diff options
author | 2012-05-06 16:21:25 +0000 | |
---|---|---|
committer | 2012-05-06 16:21:25 +0000 | |
commit | 7ea8e402b1a740965335a4a5f25c5d17f9dff506 (patch) | |
tree | abf31a45749cb8c5dfff7f342c56315196bbdc5b /x11-misc/xsel | |
parent | Drop ia64 keywords (diff) | |
download | gentoo-2-7ea8e402b1a740965335a4a5f25c5d17f9dff506.tar.gz gentoo-2-7ea8e402b1a740965335a4a5f25c5d17f9dff506.tar.bz2 gentoo-2-7ea8e402b1a740965335a4a5f25c5d17f9dff506.zip |
Drop ia64/sparc keywords
(Portage version: 2.1.10.53/cvs/Linux ia64)
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 | 6 | ||||
-rw-r--r-- | x11-misc/xsel/xsel-1.2.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/xsel/ChangeLog b/x11-misc/xsel/ChangeLog index c0a1fb32956a..2991e0848c6b 100644 --- a/x11-misc/xsel/ChangeLog +++ b/x11-misc/xsel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xsel # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.21 2012/02/16 18:25:43 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/ChangeLog,v 1.22 2012/05/06 16:21:25 armin76 Exp $ + + 06 May 2012; Raúl Porcel <armin76@gentoo.org> xsel-1.1.0.ebuild, + xsel-1.2.0.ebuild: + Drop ia64/sparc keywords 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xsel-1.2.0.ebuild: x86 stable wrt bug #402789 diff --git a/x11-misc/xsel/xsel-1.1.0.ebuild b/x11-misc/xsel/xsel-1.1.0.ebuild index 3627e24b01d9..4d188c868c20 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 +# Copyright 1999-2012 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.6 2008/09/17 14:53:19 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-1.1.0.ebuild,v 1.7 2012/05/06 16:21:25 armin76 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 ~ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="" RDEPEND="x11-libs/libX11 diff --git a/x11-misc/xsel/xsel-1.2.0.ebuild b/x11-misc/xsel/xsel-1.2.0.ebuild index 162c39bb5738..3ed8e2004e35 100644 --- a/x11-misc/xsel/xsel-1.2.0.ebuild +++ b/x11-misc/xsel/xsel-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-1.2.0.ebuild,v 1.6 2012/02/16 18:25:43 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsel/xsel-1.2.0.ebuild,v 1.7 2012/05/06 16:21:25 armin76 Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://www.vergenet.net/~conrad/software/${PN}/download/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" RDEPEND="x11-libs/libX11 |