diff options
author | 2012-04-22 10:22:18 +0000 | |
---|---|---|
committer | 2012-04-22 10:22:18 +0000 | |
commit | 1240a6ceccb8a130e78cb8d6caabf00916dff1dd (patch) | |
tree | a7a006b541256a61e7b36031ca70cf5c8270d7ee /dev-perl/IPC-Run | |
parent | Stable for amd64, wrt bug #412981 (diff) | |
download | historical-1240a6ceccb8a130e78cb8d6caabf00916dff1dd.tar.gz historical-1240a6ceccb8a130e78cb8d6caabf00916dff1dd.tar.bz2 historical-1240a6ceccb8a130e78cb8d6caabf00916dff1dd.zip |
Stable for amd64, wrt bug #412983
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
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 b5ededfc9e01..5f55d6ecb01b 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.37 2012/04/21 20:13:14 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.38 2012/04/22 10:22:18 ago Exp $ + + 22 Apr 2012; Agostino Sarubbo <ago@gentoo.org> IPC-Run-0.910.0.ebuild: + Stable for amd64, wrt bug #412983 21 Apr 2012; Jeff Horelick <jdhore@gentoo.org> IPC-Run-0.910.0.ebuild: marked x86 per 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 5f3943ae1e5c..8de37f5ead06 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.2 2012/04/21 20:13:14 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.910.0.ebuild,v 1.3 2012/04/22 10:22:18 ago 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" |