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
commit5a0f90134c36468033e591058f2ed9344e7c7c8a (patch)
tree333529fc294cc0941c574563bba3793851797541
parentFix building with ffmpeg-0.6 #324293 by Alexis Ballier. (diff)
downloadgentoo-2-5a0f90134c36468033e591058f2ed9344e7c7c8a.tar.gz
gentoo-2-5a0f90134c36468033e591058f2ed9344e7c7c8a.tar.bz2
gentoo-2-5a0f90134c36468033e591058f2ed9344e7c7c8a.zip
alpha/ia64/sparc stable wrt #323529
(Portage version: 2.1.8.3/cvs/Linux ia64)
-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"