diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 15:52:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 15:52:13 +0000 |
commit | 2c20fa6537b378726a9bd8a65ef51dccb1075588 (patch) | |
tree | 15d5745a6a3af9302ea429fc9e6e17ba6765e1b1 /app-shells | |
parent | Stable for ppc, wrt bug #492062 (diff) | |
download | gentoo-2-2c20fa6537b378726a9bd8a65ef51dccb1075588.tar.gz gentoo-2-2c20fa6537b378726a9bd8a65ef51dccb1075588.tar.bz2 gentoo-2-2c20fa6537b378726a9bd8a65ef51dccb1075588.zip |
Stable for ppc, wrt bug #491936
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/psh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/psh/psh-1.8.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/psh/ChangeLog b/app-shells/psh/ChangeLog index 170a4248cee6..7189a7df2ee6 100644 --- a/app-shells/psh/ChangeLog +++ b/app-shells/psh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/psh # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.31 2013/08/28 14:30:41 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.32 2013/12/21 15:52:13 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> psh-1.8.1-r1.ebuild: + Stable for ppc, wrt bug #491936 *psh-1.8.1-r1 (28 Aug 2013) diff --git a/app-shells/psh/psh-1.8.1-r1.ebuild b/app-shells/psh/psh-1.8.1-r1.ebuild index d8e1886a5cb1..879f93034bc8 100644 --- a/app-shells/psh/psh-1.8.1-r1.ebuild +++ b/app-shells/psh/psh-1.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/08/28 14:30:40 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1-r1.ebuild,v 1.2 2013/12/21 15:52:13 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.focusresearch.com/gregor/download/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" # Package warrants USE doc & examples IUSE="readline" |