diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-11-24 20:06:47 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-11-24 20:06:47 +0000 |
commit | 06fca6adff4c8f01ed336c0512ff07aacecfdd66 (patch) | |
tree | 8adb5bdb3da134894060b181370ec565808ed859 /dev-perl/Class-Load | |
parent | add prefix keywords, bug 346449 (diff) | |
download | gentoo-2-06fca6adff4c8f01ed336c0512ff07aacecfdd66.tar.gz gentoo-2-06fca6adff4c8f01ed336c0512ff07aacecfdd66.tar.bz2 gentoo-2-06fca6adff4c8f01ed336c0512ff07aacecfdd66.zip |
add prefix keywords, bug 346449
(Portage version: 2.1.9.24/cvs/Linux x86_64)
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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Class-Load/ChangeLog b/dev-perl/Class-Load/ChangeLog index b6b3b6f9532c..76b377996ae7 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.1 2010/11/22 17:16:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.2 2010/11/24 20:06:47 darkside Exp $ + + 24 Nov 2010; Jeremy Olexa <darkside@gentoo.org> Class-Load-0.06.ebuild: + add prefix keywords, bug 346449 22 Nov 2010; Torsten Veller <tove@gentoo.org> +Class-Load-0.06.ebuild, +metadata.xml: diff --git a/dev-perl/Class-Load/Class-Load-0.06.ebuild b/dev-perl/Class-Load/Class-Load-0.06.ebuild index dcb34f0d9f9c..2c5418cc7746 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-2010 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.1 2010/11/22 17:16:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.06.ebuild,v 1.2 2010/11/24 20:06:47 darkside Exp $ EAPI=3 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="a working (require q{Class::Name}) and more " SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="virtual/perl-Scalar-List-Utils" |