diff options
author | Brent Baude <ranger@gentoo.org> | 2012-06-29 13:00:23 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-06-29 13:00:23 +0000 |
commit | 83d505f5fd75fe84c4c83cccde561bade12bdf25 (patch) | |
tree | d8f95d5b6658a43775a14984bb2d8c62efdc12d5 /app-shells/psh | |
parent | Marking gentoo-artwork-0.4.2-r1 ppc for bug 421329 (diff) | |
download | gentoo-2-83d505f5fd75fe84c4c83cccde561bade12bdf25.tar.gz gentoo-2-83d505f5fd75fe84c4c83cccde561bade12bdf25.tar.bz2 gentoo-2-83d505f5fd75fe84c4c83cccde561bade12bdf25.zip |
Marking psh-1.8.1 ppc for bug 423851
(Portage version: 2.1.10.49/cvs/Linux ppc64)
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 24a6ce6d0a1b..ba5790e78f17 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.27 2012/06/28 10:39:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.28 2012/06/29 13:00:23 ranger Exp $ + + 29 Jun 2012; Brent Baude <ranger@gentoo.org> psh-1.8.1.ebuild: + Marking psh-1.8.1 ppc for bug 423851 28 Jun 2012; Agostino Sarubbo <ago@gentoo.org> psh-1.8.1.ebuild: Stable for amd64, wrt bug #423851 diff --git a/app-shells/psh/psh-1.8.1.ebuild b/app-shells/psh/psh-1.8.1.ebuild index d54fcbc8b77e..54ee3140ef1a 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.6 2012/06/28 10:39:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild,v 1.7 2012/06/29 13:00:23 ranger 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" |