diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-29 18:31:12 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-29 18:31:12 +0000 |
commit | e1ba90a86a6adfb0843739e55e545e49357fe677 (patch) | |
tree | ad510795bada1a6d907d818bcf9ce83fd110168d /dev-perl | |
parent | Marked ~x64-macos, bug #368553 (diff) | |
download | gentoo-2-e1ba90a86a6adfb0843739e55e545e49357fe677.tar.gz gentoo-2-e1ba90a86a6adfb0843739e55e545e49357fe677.tar.bz2 gentoo-2-e1ba90a86a6adfb0843739e55e545e49357fe677.zip |
Marked ~x64-macos, bug #368551
(Portage version: 2.2.01.18706-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-perl')
-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 137383e6038b..e34a40213c36 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.6 2011/02/19 21:30:48 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.7 2011/05/29 18:31:12 grobian Exp $ + + 29 May 2011; Fabian Groffen <grobian@gentoo.org> Class-Load-0.06.ebuild: + Marked ~x64-macos, bug #368551 19 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> Class-Load-0.06.ebuild: diff --git a/dev-perl/Class-Load/Class-Load-0.06.ebuild b/dev-perl/Class-Load/Class-Load-0.06.ebuild index a41388ace8d3..d7b13cf694bc 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 # 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.6 2011/02/19 21:30:48 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.06.ebuild,v 1.7 2011/05/29 18:31:12 grobian 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-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="virtual/perl-Scalar-List-Utils" |