diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-06-16 17:31:32 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-06-16 17:31:32 +0000 |
commit | 9d9c1ebaab540f60082bf90c4538ddf2b1971582 (patch) | |
tree | fc103f5d8ce31f5a40bfafa63c86985981632e15 /dev-perl/IPC-Run | |
parent | alpha/ia64/s390/sh/sparc stable wrt #412979 (diff) | |
download | gentoo-2-9d9c1ebaab540f60082bf90c4538ddf2b1971582.tar.gz gentoo-2-9d9c1ebaab540f60082bf90c4538ddf2b1971582.tar.bz2 gentoo-2-9d9c1ebaab540f60082bf90c4538ddf2b1971582.zip |
alpha/ia64/sparc stable wrt #412983
(Portage version: 2.1.10.53/cvs/Linux ia64)
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.910.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog index ae7643fefd5f..fcea814935f7 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.41 2012/05/06 20:18:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.42 2012/06/16 17:31:32 armin76 Exp $ + + 16 Jun 2012; Raúl Porcel <armin76@gentoo.org> IPC-Run-0.910.0.ebuild: + alpha/ia64/sparc stable wrt #412983 06 May 2012; Brent Baude <ranger@gentoo.org> IPC-Run-0.910.0.ebuild: Marking IPC-Run-0.910.0 ppc for bug 412983 diff --git a/dev-perl/IPC-Run/IPC-Run-0.910.0.ebuild b/dev-perl/IPC-Run/IPC-Run-0.910.0.ebuild index d9ed525f34fd..47aea16c4619 100644 --- a/dev-perl/IPC-Run/IPC-Run-0.910.0.ebuild +++ b/dev-perl/IPC-Run/IPC-Run-0.910.0.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/dev-perl/IPC-Run/IPC-Run-0.910.0.ebuild,v 1.6 2012/05/06 20:18:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.910.0.ebuild,v 1.7 2012/06/16 17:31:32 armin76 Exp $ EAPI=4 @@ -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" |