diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-28 10:39:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-28 10:39:14 +0000 |
commit | d92e3c6d4492e79b74d709e447f7a61752e987a9 (patch) | |
tree | 2ecd9899d51b83414db65b088c428d5e0263a985 /app-shells/psh | |
parent | Stable for amd64, wrt bug #423747 (diff) | |
download | gentoo-2-d92e3c6d4492e79b74d709e447f7a61752e987a9.tar.gz gentoo-2-d92e3c6d4492e79b74d709e447f7a61752e987a9.tar.bz2 gentoo-2-d92e3c6d4492e79b74d709e447f7a61752e987a9.zip |
Stable for amd64, wrt bug #423851
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/psh')
-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 76963f99faa4..24a6ce6d0a1b 100644 --- a/app-shells/psh/ChangeLog +++ b/app-shells/psh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/psh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.26 2012/06/28 07:20:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.27 2012/06/28 10:39:14 ago Exp $ + + 28 Jun 2012; Agostino Sarubbo <ago@gentoo.org> psh-1.8.1.ebuild: + Stable for amd64, wrt bug #423851 28 Jun 2012; Jeff Horelick <jdhore@gentoo.org> psh-1.8.1.ebuild: marked x86 per bug 423851 diff --git a/app-shells/psh/psh-1.8.1.ebuild b/app-shells/psh/psh-1.8.1.ebuild index e8534354b9dd..d54fcbc8b77e 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.5 2012/06/28 07:20:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild,v 1.6 2012/06/28 10:39:14 ago 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" |