diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-03-24 13:14:24 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-03-24 13:14:24 +0000 |
commit | 0cfe9ce277fdd67af41ecbf2023d467619717031 (patch) | |
tree | 0c9194b36744fbd9b4124df55a710fc93aee00f1 /dev-perl/Class-Load | |
parent | Add Prefix keywords, bug #403413 (diff) | |
download | historical-0cfe9ce277fdd67af41ecbf2023d467619717031.tar.gz historical-0cfe9ce277fdd67af41ecbf2023d467619717031.tar.bz2 historical-0cfe9ce277fdd67af41ecbf2023d467619717031.zip |
Add Prefix keywords, bug #403413
Package-Manager: portage-2.2.01.20271-prefix/cvs/Darwin i386
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.170.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Class-Load/ChangeLog b/dev-perl/Class-Load/ChangeLog index 72d80721f9ad..f33298dbb294 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.23 2012/03/03 14:59:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.24 2012/03/24 13:14:24 grobian Exp $ + + 24 Mar 2012; Fabian Groffen <grobian@gentoo.org> Class-Load-0.170.0.ebuild: + Add Prefix keywords, bug #403413 03 Mar 2012; Markus Meier <maekke@gentoo.org> Class-Load-0.170.0.ebuild: add ~arm, bug #403413 diff --git a/dev-perl/Class-Load/Class-Load-0.170.0.ebuild b/dev-perl/Class-Load/Class-Load-0.170.0.ebuild index 4c599f0426f5..742b2308fa06 100644 --- a/dev-perl/Class-Load/Class-Load-0.170.0.ebuild +++ b/dev-perl/Class-Load/Class-Load-0.170.0.ebuild @@ -1,6 +1,6 @@ # 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.170.0.ebuild,v 1.4 2012/03/03 14:59:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.170.0.ebuild,v 1.5 2012/03/24 13:14:24 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A working (require q{Class::Name}) and more" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=" |