diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-09-08 13:02:38 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-09-08 13:02:38 +0000 |
commit | 9a29f3be2e8a7251b097d8f4e7b51c969830886c (patch) | |
tree | 759bae71be52b9caf15d1edf68447a5d0c5b3315 /x11-misc/xsel | |
parent | Version bump (diff) | |
download | gentoo-2-9a29f3be2e8a7251b097d8f4e7b51c969830886c.tar.gz gentoo-2-9a29f3be2e8a7251b097d8f4e7b51c969830886c.tar.bz2 gentoo-2-9a29f3be2e8a7251b097d8f4e7b51c969830886c.zip |
Add ~sparc, Bug #224413. Sparc has never been keyworded so we are not going
stable.
(Portage version: 2.2_rc8/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
Diffstat (limited to 'x11-misc/xsel')
-rw-r--r-- | x11-misc/xsel/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xsel/xsel-1.1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/xsel/ChangeLog b/x11-misc/xsel/ChangeLog index 3a71dfdc9c95..b6e03b3746a0 100644 --- a/x11-misc/xsel/ChangeLog +++ b/x11-misc/xsel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xsel # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.10 2008/05/31 23:17:49 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.11 2008/09/08 13:02:38 fmccor Exp $ + + 08 Sep 2008; Ferris McCormick <fmccor@gentoo.org> xsel-1.1.0.ebuild: + Add ~sparc, Bug #224413. Sparc has never been keyworded so we are not going + stable. 31 May 2008; Santiago M. Mola <coldwind@gentoo.org> xsel-1.1.0.ebuild: amd64 stable diff --git a/x11-misc/xsel/xsel-1.1.0.ebuild b/x11-misc/xsel/xsel-1.1.0.ebuild index 4e2d838cde33..314307e2d45b 100644 --- a/x11-misc/xsel/xsel-1.1.0.ebuild +++ b/x11-misc/xsel/xsel-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-1.1.0.ebuild,v 1.2 2008/05/31 23:17:49 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-1.1.0.ebuild,v 1.3 2008/09/08 13:02:38 fmccor Exp $ DESCRIPTION="XSel is a command-line program for getting and setting the contents of the X selection." HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel" @@ -8,7 +8,7 @@ SRC_URI="http://www.vergenet.net/~conrad/software/${PN}/download/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~x86" +KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="x11-libs/libX11 |