diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-07-29 18:17:49 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-07-29 18:17:49 +0000 |
commit | c11e80d2293eaa382fee2b49c6cb3a22bd8befa5 (patch) | |
tree | 0a6b1f50f7232d13e0e49cdc456e612f612fb9e5 /app-shells/psh/psh-1.8.1.ebuild | |
parent | alpha/sparc stable wrt #421329 (diff) | |
download | gentoo-2-c11e80d2293eaa382fee2b49c6cb3a22bd8befa5.tar.gz gentoo-2-c11e80d2293eaa382fee2b49c6cb3a22bd8befa5.tar.bz2 gentoo-2-c11e80d2293eaa382fee2b49c6cb3a22bd8befa5.zip |
Drop alpha/ia64/sparc keywords
(Portage version: 2.1.11.5/cvs/Linux ia64)
Diffstat (limited to 'app-shells/psh/psh-1.8.1.ebuild')
-rw-r--r-- | app-shells/psh/psh-1.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/psh/psh-1.8.1.ebuild b/app-shells/psh/psh-1.8.1.ebuild index 54ee3140ef1a..724fb4cdb208 100644 --- a/app-shells/psh/psh-1.8.1.ebuild +++ b/app-shells/psh/psh-1.8.1.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/app-shells/psh/psh-1.8.1.ebuild,v 1.7 2012/06/29 13:00:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild,v 1.8 2012/07/29 18:17:49 armin76 Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://www.focusresearch.com/gregor/download/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86" +KEYWORDS="amd64 ppc x86" IUSE="readline" DEPEND=">=dev-lang/perl-5" |