summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2010-06-21 20:02:25 +0000
committerRaúl Porcel <armin76@gentoo.org>2010-06-21 20:02:25 +0000
commitcb29b8588e4e8eccd2a312158f9f23b020c9ae67 (patch)
treee68e6941da8799f6360fe606f129bf690a9075e5 /dev-perl/IPC-Run
parentFix building with ffmpeg-0.6 #324293 by Alexis Ballier. (diff)
downloadhistorical-cb29b8588e4e8eccd2a312158f9f23b020c9ae67.tar.gz
historical-cb29b8588e4e8eccd2a312158f9f23b020c9ae67.tar.bz2
historical-cb29b8588e4e8eccd2a312158f9f23b020c9ae67.zip
alpha/ia64/sparc stable wrt #323529
Package-Manager: portage-2.1.8.3/cvs/Linux ia64
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.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/IPC-Run/ChangeLog b/dev-perl/IPC-Run/ChangeLog
index 8ab43b894873..1f81c14b46c7 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.29 2010/06/15 05:31:30 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run/ChangeLog,v 1.30 2010/06/21 20:02:24 armin76 Exp $
+
+ 21 Jun 2010; Raúl Porcel <armin76@gentoo.org> IPC-Run-0.89.ebuild:
+ alpha/ia64/sparc stable wrt #323529
15 Jun 2010; Torsten Veller <tove@gentoo.org> IPC-Run-0.89.ebuild:
Stable on amd64 and x86 (#323529)
diff --git a/dev-perl/IPC-Run/IPC-Run-0.89.ebuild b/dev-perl/IPC-Run/IPC-Run-0.89.ebuild
index f8cdbbb9ba77..a8d9a52adfbd 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
# 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.2 2010/06/15 05:31:30 tove Exp $
+# $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 $
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 ia64 ~ppc ~ppc64 sparc x86"
IUSE="test"
RDEPEND=">=dev-perl/IO-Tty-1.08"