diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-12-22 14:12:29 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-12-22 14:12:29 +0000 |
commit | e49af0bf81d5d72fbc16f771276ad78342015eec (patch) | |
tree | 0ebbd51aace14cfea53bbd13ebc91907f169572b /app-shells | |
parent | amd64 stable, bug #490912 (diff) | |
download | gentoo-2-e49af0bf81d5d72fbc16f771276ad78342015eec.tar.gz gentoo-2-e49af0bf81d5d72fbc16f771276ad78342015eec.tar.bz2 gentoo-2-e49af0bf81d5d72fbc16f771276ad78342015eec.zip |
Stable for amd64 wrt bug #491936
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
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 7189a7df2ee6..458f9d9affca 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.32 2013/12/21 15:52:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.33 2013/12/22 14:12:29 nimiux Exp $ + + 22 Dec 2013; Chema Alonso <nimiux@gentoo.org> psh-1.8.1-r1.ebuild: + Stable for amd64 wrt bug #491936 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> psh-1.8.1-r1.ebuild: Stable for ppc, wrt bug #491936 diff --git a/app-shells/psh/psh-1.8.1-r1.ebuild b/app-shells/psh/psh-1.8.1-r1.ebuild index 879f93034bc8..ebe73e0bac39 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.2 2013/12/21 15:52:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1-r1.ebuild,v 1.3 2013/12/22 14:12:29 nimiux 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" |