diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-03-30 16:44:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-03-30 16:44:17 +0000 |
commit | 9298b1d867fe76d09141de0b49218bd4a402ed34 (patch) | |
tree | 10d74b145a1fa3a775805fe51467b4993840a6fc /dev-perl/IPC-Run | |
parent | Stable for HPPA (bug #358513). (diff) | |
download | historical-9298b1d867fe76d09141de0b49218bd4a402ed34.tar.gz historical-9298b1d867fe76d09141de0b49218bd4a402ed34.tar.bz2 historical-9298b1d867fe76d09141de0b49218bd4a402ed34.zip |
Marked ~hppa (bug #361155).
Package-Manager: portage-2.2.0_alpha29/cvs/Linux i686
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.89.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog index d6d37fcadbee..321df6b97623 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.31 2011/01/14 17:16:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.32 2011/03/30 16:44:17 jer Exp $ + + 30 Mar 2011; Jeroen Roovers <jer@gentoo.org> IPC-Run-0.89.ebuild: + Marked ~hppa (bug #361155). 14 Jan 2011; Torsten Veller <tove@gentoo.org> -IPC-Run-0.80.ebuild, -IPC-Run-0.84.ebuild, -IPC-Run-0.86.ebuild, -IPC-Run-0.88.ebuild: diff --git a/dev-perl/IPC-Run/IPC-Run-0.89.ebuild b/dev-perl/IPC-Run/IPC-Run-0.89.ebuild index a8d9a52adfbd..907b7f9150b5 100644 --- a/dev-perl/IPC-Run/IPC-Run-0.89.ebuild +++ b/dev-perl/IPC-Run/IPC-Run-0.89.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.89.ebuild,v 1.3 2010/06/21 20:02:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/IPC-Run-0.89.ebuild,v 1.4 2011/03/30 16:44:17 jer Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="system() and background procs w/ piping, redirs, ptys" SLOT="0" -KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86" IUSE="test" RDEPEND=">=dev-perl/IO-Tty-1.08" |