diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-08-04 19:40:47 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-08-04 19:40:47 +0000 |
commit | 0c86e596b098fab502f74901189d20cf0c43f524 (patch) | |
tree | 754dee500e83a36e9bd43d3479094663b0b23293 /dev-perl/IPC-Run | |
parent | Marked ~x86-linux, bug #376549 (diff) | |
download | gentoo-2-0c86e596b098fab502f74901189d20cf0c43f524.tar.gz gentoo-2-0c86e596b098fab502f74901189d20cf0c43f524.tar.bz2 gentoo-2-0c86e596b098fab502f74901189d20cf0c43f524.zip |
Marked ~x86-linux, bug #376547
(Portage version: 2.2.01.19011-prefix/cvs/Darwin powerpc)
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.900.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 ce3017def5f9..c0fdea0e9620 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.34 2011/07/22 14:06:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.35 2011/08/04 19:40:47 grobian Exp $ + + 04 Aug 2011; Fabian Groffen <grobian@gentoo.org> IPC-Run-0.900.0.ebuild: + Marked ~x86-linux, bug #376547 22 Jul 2011; Jeroen Roovers <jer@gentoo.org> IPC-Run-0.89.ebuild: Stable for HPPA (bug #372773). diff --git a/dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild b/dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild index 61b2f5578847..adce29307aeb 100644 --- a/dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild +++ b/dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.900.0.ebuild,v 1.1 2011/07/06 13:22:37 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.900.0.ebuild,v 1.2 2011/08/04 19:40:47 grobian 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" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" IUSE="test" RDEPEND=">=dev-perl/IO-Tty-1.08" |