diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-06-21 06:44:44 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-06-21 06:44:44 +0000 |
commit | 1e5fff3f43c1b5c55af7244363f10ec84fb5ec86 (patch) | |
tree | fafb0fd0d85feee3b2c1f9f4f25a31eeb2da63fc /x11-misc/xsel | |
parent | (#130951) Fix libGLU symlink (Torsten Veller). (diff) | |
download | gentoo-2-1e5fff3f43c1b5c55af7244363f10ec84fb5ec86.tar.gz gentoo-2-1e5fff3f43c1b5c55af7244363f10ec84fb5ec86.tar.bz2 gentoo-2-1e5fff3f43c1b5c55af7244363f10ec84fb5ec86.zip |
Add missing keywords, this was previously built within app-shells/fish which is keyworded for ppc and amd64.
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'x11-misc/xsel')
-rw-r--r-- | x11-misc/xsel/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xsel/xsel-0.9.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/xsel/ChangeLog b/x11-misc/xsel/ChangeLog index 57dfb7d99e1f..9387b362920f 100644 --- a/x11-misc/xsel/ChangeLog +++ b/x11-misc/xsel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xsel # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.1 2006/03/16 17:21:43 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.2 2006/06/21 06:44:44 spyderous Exp $ + + 21 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>; xsel-0.9.6.ebuild: + Add missing keywords, this was previously built within app-shells/fish which + is keyworded for ppc and amd64. *xsel-0.9.6 (16 Mar 2006) diff --git a/x11-misc/xsel/xsel-0.9.6.ebuild b/x11-misc/xsel/xsel-0.9.6.ebuild index d5e7f3d5c19d..ea0a923881fb 100644 --- a/x11-misc/xsel/xsel-0.9.6.ebuild +++ b/x11-misc/xsel/xsel-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-0.9.6.ebuild,v 1.1 2006/03/16 17:21:43 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-0.9.6.ebuild,v 1.2 2006/06/21 06:44:44 spyderous Exp $ inherit autotools @@ -10,7 +10,7 @@ SRC_URI="http://www.vergenet.net/~conrad/software/xsel/download/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="|| ( ( x11-libs/libX11 |