diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-12-18 17:40:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-12-18 17:40:43 +0000 |
commit | 81c893ab5e96021361818963dcc30a3c77f7438b (patch) | |
tree | 08119054fef7351174c226963a8da6b149f14ac2 /app-misc/rlwrap | |
parent | Stable for ppc; bug #387187 (diff) | |
download | gentoo-2-81c893ab5e96021361818963dcc30a3c77f7438b.tar.gz gentoo-2-81c893ab5e96021361818963dcc30a3c77f7438b.tar.bz2 gentoo-2-81c893ab5e96021361818963dcc30a3c77f7438b.zip |
Drop sparc keywords
(Portage version: 2.1.10.38/cvs/Linux ia64)
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r-- | app-misc/rlwrap/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.30.ebuild | 4 | ||||
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.37.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-misc/rlwrap/ChangeLog b/app-misc/rlwrap/ChangeLog index 7f67cdf89f58..0252b1f6f068 100644 --- a/app-misc/rlwrap/ChangeLog +++ b/app-misc/rlwrap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/rlwrap # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.25 2011/10/18 06:42:09 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.26 2011/12/18 17:40:43 armin76 Exp $ + + 18 Dec 2011; Raúl Porcel <armin76@gentoo.org> rlwrap-0.30.ebuild, + rlwrap-0.37.ebuild: + Drop sparc keywords 18 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> rlwrap-0.37.ebuild: x86 stable wrt bug #387159 diff --git a/app-misc/rlwrap/rlwrap-0.30.ebuild b/app-misc/rlwrap/rlwrap-0.30.ebuild index 24ae5a413bc3..01dbb84cafa7 100644 --- a/app-misc/rlwrap/rlwrap-0.30.ebuild +++ b/app-misc/rlwrap/rlwrap-0.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.30.ebuild,v 1.5 2011/03/28 05:39:33 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.30.ebuild,v 1.6 2011/12/18 17:40:43 armin76 Exp $ EAPI=3 @@ -10,7 +10,7 @@ SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~mips ppc sparc x86" +KEYWORDS="amd64 ~mips ppc x86" IUSE="debug" RDEPEND="sys-libs/readline" diff --git a/app-misc/rlwrap/rlwrap-0.37.ebuild b/app-misc/rlwrap/rlwrap-0.37.ebuild index 3019766112a3..307bfdf50cb1 100644 --- a/app-misc/rlwrap/rlwrap-0.37.ebuild +++ b/app-misc/rlwrap/rlwrap-0.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.37.ebuild,v 1.3 2011/10/18 06:42:09 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.37.ebuild,v 1.4 2011/12/18 17:40:43 armin76 Exp $ EAPI=3 @@ -10,7 +10,7 @@ SRC_URI="http://utopia.knoware.nl/~hlub/uck/rlwrap/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug" RDEPEND="sys-libs/readline" |