diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-02-01 23:59:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-02-01 23:59:30 +0000 |
commit | 2bf34ca92f2d289bea7b5446ca32d3810e431592 (patch) | |
tree | b3132cff6e1827feb8a7c4f7253d0b3faa8a5479 /dev-perl/Class-Load | |
parent | Add arm64/m68k love. (diff) | |
download | gentoo-2-2bf34ca92f2d289bea7b5446ca32d3810e431592.tar.gz gentoo-2-2bf34ca92f2d289bea7b5446ca32d3810e431592.tar.bz2 gentoo-2-2bf34ca92f2d289bea7b5446ca32d3810e431592.zip |
Add arm64/m68k love.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-perl/Class-Load')
-rw-r--r-- | dev-perl/Class-Load/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Class-Load/Class-Load-0.200.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Class-Load/ChangeLog b/dev-perl/Class-Load/ChangeLog index 166713222b0f..0943eae40e92 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.41 2013/07/04 14:18:47 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.42 2014/02/01 23:59:30 vapier Exp $ + + 01 Feb 2014; Mike Frysinger <vapier@gentoo.org> Class-Load-0.200.0.ebuild: + Add arm64/m68k love. 04 Jul 2013; Jeroen Roovers <jer@gentoo.org> Class-Load-0.200.0.ebuild: Stable for HPPA (bug #449576). diff --git a/dev-perl/Class-Load/Class-Load-0.200.0.ebuild b/dev-perl/Class-Load/Class-Load-0.200.0.ebuild index 261b2b8f301c..893405d9dff5 100644 --- a/dev-perl/Class-Load/Class-Load-0.200.0.ebuild +++ b/dev-perl/Class-Load/Class-Load-0.200.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.200.0.ebuild,v 1.8 2013/07/04 14:18:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.200.0.ebuild,v 1.9 2014/02/01 23:59:30 vapier Exp $ EAPI=4 @@ -11,7 +11,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 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=" |