summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-03-30 16:44:17 +0000
committerJeroen Roovers <jer@gentoo.org>2011-03-30 16:44:17 +0000
commit5660918dbf555be88008b94978f98ddcc2d35e6d (patch)
treed633f46fc3550bbe41a8dc5f860ae9e49514c18c /dev-perl/IPC-Run
parentMarked ~hppa (bug #361155). (diff)
downloadgentoo-2-5660918dbf555be88008b94978f98ddcc2d35e6d.tar.gz
gentoo-2-5660918dbf555be88008b94978f98ddcc2d35e6d.tar.bz2
gentoo-2-5660918dbf555be88008b94978f98ddcc2d35e6d.zip
Marked ~hppa (bug #361155).
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Diffstat (limited to 'dev-perl/IPC-Run')
-rw-r--r--dev-perl/IPC-Run/ChangeLog5
-rw-r--r--dev-perl/IPC-Run/IPC-Run-0.89.ebuild6
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"