diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-01-13 17:37:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-01-13 17:37:27 +0000 |
commit | e130cf89a0cacdaa11794c5d495fb3d9e6e33017 (patch) | |
tree | 385366d0e5b5c46f834ffd08fc75bfc6d37e6a92 /dev-perl/IPC-Run | |
parent | Stable for HPPA (bug #535178). (diff) | |
download | gentoo-2-e130cf89a0cacdaa11794c5d495fb3d9e6e33017.tar.gz gentoo-2-e130cf89a0cacdaa11794c5d495fb3d9e6e33017.tar.bz2 gentoo-2-e130cf89a0cacdaa11794c5d495fb3d9e6e33017.zip |
Stable for HPPA (bug #535204).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-perl/IPC-Run')
-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 925d6a5040fc..b5a0be7497f2 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.47 2015/01/09 13:41:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.48 2015/01/13 17:37:27 jer Exp $ + + 13 Jan 2015; Jeroen Roovers <jer@gentoo.org> IPC-Run-0.920.0-r1.ebuild: + Stable for HPPA (bug #535204). 09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> IPC-Run-0.920.0-r1.ebuild: Stable for amd64, wrt 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 71df3a33b45d..6b2094e7be0f 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.2 2015/01/09 13:41:54 ago Exp $ +# $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 $ 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" |