diff options
author | Brent Baude <ranger@gentoo.org> | 2012-08-07 21:14:21 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-08-07 21:14:21 +0000 |
commit | 693c90f36a2ebdada2025834a45f45c53a2b54f2 (patch) | |
tree | 62e9adaac8b6de30f66632a4a76ce79c638beafe /dev-perl/Class-Load | |
parent | Marking Test-Fatal-0.10.0 ppc64 for bug 418803 (diff) | |
download | historical-693c90f36a2ebdada2025834a45f45c53a2b54f2.tar.gz historical-693c90f36a2ebdada2025834a45f45c53a2b54f2.tar.bz2 historical-693c90f36a2ebdada2025834a45f45c53a2b54f2.zip |
Marking Class-Load-0.06 ppc64 for bug 418803
Package-Manager: portage-2.1.10.65/cvs/Linux ppc64
Diffstat (limited to 'dev-perl/Class-Load')
-rw-r--r-- | dev-perl/Class-Load/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Class-Load/Class-Load-0.06.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Class-Load/ChangeLog b/dev-perl/Class-Load/ChangeLog index 714c4d01916b..09e71eb7b81e 100644 --- a/dev-perl/Class-Load/ChangeLog +++ b/dev-perl/Class-Load/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Class-Load # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.34 2012/08/05 18:35:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.35 2012/08/07 21:14:21 ranger Exp $ + + 07 Aug 2012; Brent Baude <ranger@gentoo.org> Class-Load-0.06.ebuild: + Marking Class-Load-0.06 ppc64 for bug 418803 05 Aug 2012; Markus Meier <maekke@gentoo.org> Class-Load-0.200.0.ebuild: arm stable, bug #418803 diff --git a/dev-perl/Class-Load/Class-Load-0.06.ebuild b/dev-perl/Class-Load/Class-Load-0.06.ebuild index f02a71f2eb68..1e33e87ad48e 100644 --- a/dev-perl/Class-Load/Class-Load-0.06.ebuild +++ b/dev-perl/Class-Load/Class-Load-0.06.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/Class-Load/Class-Load-0.06.ebuild,v 1.8 2011/07/07 23:04:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.06.ebuild,v 1.9 2012/08/07 21:14:21 ranger Exp $ EAPI=3 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="a working (require q{Class::Name}) and more " SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="virtual/perl-Scalar-List-Utils" |