diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-07-04 14:18:47 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-07-04 14:18:47 +0000 |
commit | aee22d08da81cfa956ff2a9af812a4350d703e6f (patch) | |
tree | 1960f33cd3b3346be78026700d858ae2512bd1a3 /dev-perl/Class-Load | |
parent | Stable for ppc64, wrt bug #442926 (diff) | |
download | gentoo-2-aee22d08da81cfa956ff2a9af812a4350d703e6f.tar.gz gentoo-2-aee22d08da81cfa956ff2a9af812a4350d703e6f.tar.bz2 gentoo-2-aee22d08da81cfa956ff2a9af812a4350d703e6f.zip |
Stable for HPPA (bug #449576).
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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.200.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 014614eb69e3..166713222b0f 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.40 2013/06/30 22:40:46 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.41 2013/07/04 14:18:47 jer Exp $ + + 04 Jul 2013; Jeroen Roovers <jer@gentoo.org> Class-Load-0.200.0.ebuild: + Stable for HPPA (bug #449576). 30 Jun 2013; Mikle Kolyada <zlogene@gentoo.org> Class-Load-0.200.0.ebuild: amd64/x86 stable wrt 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 ebdf09b5e4c8..261b2b8f301c 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 # 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.7 2013/06/30 22:40:46 zlogene Exp $ +# $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 $ 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 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" IUSE="test" RDEPEND=" |