diff options
author | 2006-08-20 23:16:45 +0000 | |
---|---|---|
committer | 2006-08-20 23:16:45 +0000 | |
commit | 3639043c3fb0c5358f4ca7a870e77fbc6e9ced0e (patch) | |
tree | 8bd84f72b9b40c59364c691140c6c2de2d5bb64f /x11-misc | |
parent | Stable on amd64 (diff) | |
download | gentoo-2-3639043c3fb0c5358f4ca7a870e77fbc6e9ced0e.tar.gz gentoo-2-3639043c3fb0c5358f4ca7a870e77fbc6e9ced0e.tar.bz2 gentoo-2-3639043c3fb0c5358f4ca7a870e77fbc6e9ced0e.zip |
Stable on x86/ppc.
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xsel/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xsel/xsel-0.9.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xsel/ChangeLog b/x11-misc/xsel/ChangeLog index 9387b362920f..58b9a5b95faa 100644 --- a/x11-misc/xsel/ChangeLog +++ b/x11-misc/xsel/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2006/06/21 06:44:44 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.3 2006/08/20 23:16:45 dberkholz Exp $ + + 20 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>; xsel-0.9.6.ebuild: + Stable on x86/ppc. 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 diff --git a/x11-misc/xsel/xsel-0.9.6.ebuild b/x11-misc/xsel/xsel-0.9.6.ebuild index ea0a923881fb..e3ed937eae91 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.2 2006/06/21 06:44:44 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-0.9.6.ebuild,v 1.3 2006/08/20 23:16:45 dberkholz 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="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc x86" RDEPEND="|| ( ( x11-libs/libX11 |