diff options
author | 2012-06-28 07:20:29 +0000 | |
---|---|---|
committer | 2012-06-28 07:20:29 +0000 | |
commit | 76436a4d76c3ccb96be365329b1fdb1cc399c505 (patch) | |
tree | 2822d493f0d53be46b0cc615a74f69e7ca635c53 /app-shells/psh/psh-1.8.1.ebuild | |
parent | Bump (diff) | |
download | historical-76436a4d76c3ccb96be365329b1fdb1cc399c505.tar.gz historical-76436a4d76c3ccb96be365329b1fdb1cc399c505.tar.bz2 historical-76436a4d76c3ccb96be365329b1fdb1cc399c505.zip |
marked x86 per bug 423851
Package-Manager: portage-2.2.0_alpha114/cvs/Linux i686
Diffstat (limited to 'app-shells/psh/psh-1.8.1.ebuild')
-rw-r--r-- | app-shells/psh/psh-1.8.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/psh/psh-1.8.1.ebuild b/app-shells/psh/psh-1.8.1.ebuild index 70f43c99862e..e8534354b9dd 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-2008 Gentoo Foundation +# 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.4 2008/06/17 06:52:20 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild,v 1.5 2012/06/28 07:20:29 jdhore 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="~alpha ~amd64 ~ia64 ~ppc ~sparc x86" IUSE="readline" DEPEND=">=dev-lang/perl-5" |