summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-06-04 02:07:55 +0000
committerMichael Weber <xmw@gentoo.org>2012-06-04 02:07:55 +0000
commitf6fb1ceb1e971f3eebed43c3f095ebaefbcfdabe (patch)
tree67a247bf12d36c4916dd946839fa9bb5b2c6a9f7
parentppc stable (bug 400757) (diff)
downloadgentoo-2-f6fb1ceb1e971f3eebed43c3f095ebaefbcfdabe.tar.gz
gentoo-2-f6fb1ceb1e971f3eebed43c3f095ebaefbcfdabe.tar.bz2
gentoo-2-f6fb1ceb1e971f3eebed43c3f095ebaefbcfdabe.zip
ppc stable (bug 400757)
(Portage version: 2.1.10.63/cvs/Linux x86_64)
-rw-r--r--dev-perl/Proc-WaitStat/ChangeLog7
-rw-r--r--dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Proc-WaitStat/ChangeLog b/dev-perl/Proc-WaitStat/ChangeLog
index 0bec56879261..c828cac5c7f5 100644
--- a/dev-perl/Proc-WaitStat/ChangeLog
+++ b/dev-perl/Proc-WaitStat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Proc-WaitStat
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-WaitStat/ChangeLog,v 1.14 2011/12/18 17:43:10 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-WaitStat/ChangeLog,v 1.15 2012/06/04 02:07:55 xmw Exp $
+
+ 04 Jun 2012; Michael Weber <xmw@gentoo.org> Proc-WaitStat-1.0.0.ebuild:
+ ppc stable (bug 400757)
18 Dec 2011; Raúl Porcel <armin76@gentoo.org> Proc-WaitStat-1.0.0.ebuild:
Add ~sparc wrt #387625
diff --git a/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild b/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild
index a0a60b91b59a..d9bab38bdb67 100644
--- a/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild
+++ b/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild,v 1.3 2011/12/18 17:43:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-WaitStat/Proc-WaitStat-1.0.0.ebuild,v 1.4 2012/06/04 02:07:55 xmw Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Interpret and act on wait() status values"
SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ia64 ppc ~sparc x86"
IUSE=""
RDEPEND="dev-perl/IPC-Signal"