diff options
author | 2015-01-17 13:51:21 +0000 | |
---|---|---|
committer | 2015-01-17 13:51:21 +0000 | |
commit | 308ca3efed7c00ba52aa3093048d604f4a3ca10a (patch) | |
tree | c9fd75bbfec562d8aedb3c68c87d7797ef49b406 /dev-perl | |
parent | EAPI 5 (diff) | |
download | gentoo-2-308ca3efed7c00ba52aa3093048d604f4a3ca10a.tar.gz gentoo-2-308ca3efed7c00ba52aa3093048d604f4a3ca10a.tar.bz2 gentoo-2-308ca3efed7c00ba52aa3093048d604f4a3ca10a.zip |
Stable for ppc, wrt bug #535204
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/IPC-Run/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog index b5a0be7497f2..9f5540badaf1 100644 --- a/dev-perl/IPC-Run/ChangeLog +++ b/dev-perl/IPC-Run/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IPC-Run # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.48 2015/01/13 17:37:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.49 2015/01/17 13:51:21 ago Exp $ + + 17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> IPC-Run-0.920.0-r1.ebuild: + Stable for ppc, wrt bug #535204 13 Jan 2015; Jeroen Roovers <jer@gentoo.org> IPC-Run-0.920.0-r1.ebuild: Stable for HPPA (bug #535204). diff --git a/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild b/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild index 6b2094e7be0f..9f39cbf9260c 100644 --- a/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild +++ b/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild,v 1.3 2015/01/13 17:37:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.920.0-r1.ebuild,v 1.4 2015/01/17 13:51:21 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="system() and background procs w/ piping, redirs, ptys" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-linux" IUSE="test" RDEPEND=">=dev-perl/IO-Tty-1.08" |