diff options
Diffstat (limited to 'dev-perl/TheSchwartz')
-rw-r--r-- | dev-perl/TheSchwartz/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/TheSchwartz/TheSchwartz-1.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/TheSchwartz/ChangeLog b/dev-perl/TheSchwartz/ChangeLog index 90a1d93b636a..98a0b7350647 100644 --- a/dev-perl/TheSchwartz/ChangeLog +++ b/dev-perl/TheSchwartz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/TheSchwartz # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/TheSchwartz/ChangeLog,v 1.9 2011/01/27 16:20:15 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/TheSchwartz/ChangeLog,v 1.10 2011/01/27 19:06:41 xarthisius Exp $ + + 27 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> + TheSchwartz-1.10.ebuild: + ppc64 stable wrt #346403 27 Jan 2011; Brent Baude <ranger@gentoo.org> TheSchwartz-1.10.ebuild: Marking TheSchwartz-1.10 ppc stable for bug 346403 diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.10.ebuild b/dev-perl/TheSchwartz/TheSchwartz-1.10.ebuild index 829906152659..432e87628277 100644 --- a/dev-perl/TheSchwartz/TheSchwartz-1.10.ebuild +++ b/dev-perl/TheSchwartz/TheSchwartz-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/TheSchwartz/TheSchwartz-1.10.ebuild,v 1.6 2011/01/27 16:20:15 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/TheSchwartz/TheSchwartz-1.10.ebuild,v 1.7 2011/01/27 19:06:41 xarthisius Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Reliable job queue" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND=">=dev-perl/Data-ObjectDriver-0.06" |