diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-06-15 12:15:42 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-06-15 12:15:42 +0000 |
commit | 3d1e06c9cab9dd02f80c738f221b0eb5ee3f7405 (patch) | |
tree | ee4c1e4fad7fe150304c0d8a4325fa9cb0ab7e40 /app-shells | |
parent | quoting (diff) | |
download | gentoo-2-3d1e06c9cab9dd02f80c738f221b0eb5ee3f7405.tar.gz gentoo-2-3d1e06c9cab9dd02f80c738f221b0eb5ee3f7405.tar.bz2 gentoo-2-3d1e06c9cab9dd02f80c738f221b0eb5ee3f7405.zip |
Keyworded on alpha, bug #226479
(Portage version: 2.1.5.4)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/psh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/psh/psh-1.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/psh/ChangeLog b/app-shells/psh/ChangeLog index 01de0c903714..bff489c858fa 100644 --- a/app-shells/psh/ChangeLog +++ b/app-shells/psh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/psh # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.22 2008/06/14 03:12:59 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.23 2008/06/15 12:15:42 klausman Exp $ + + 15 Jun 2008; Tobias Klausmann <klausman@gentoo.org> psh-1.8.1.ebuild: + Keyworded on alpha, bug #226479 *psh-1.8.1 (14 Jun 2008) diff --git a/app-shells/psh/psh-1.8.1.ebuild b/app-shells/psh/psh-1.8.1.ebuild index 811015b0d461..2eec78da27a4 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 # 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.1 2008/06/14 03:12:59 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild,v 1.2 2008/06/15 12:15:42 klausman 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="~x86 ~sparc ~amd64" +KEYWORDS="~alpha ~amd64 ~sparc ~x86" IUSE="readline" DEPEND=">=dev-lang/perl-5" |