diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-09-03 16:33:22 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-09-03 16:33:22 +0000 |
commit | aa8230cfa5d63db0138c0c441f9fa50dd758151e (patch) | |
tree | 82da761fcd28c9c623ca994f92cb3fb8c3e0a290 /dev-perl/Class-Load | |
parent | I meant sh, not sparc (diff) | |
download | historical-aa8230cfa5d63db0138c0c441f9fa50dd758151e.tar.gz historical-aa8230cfa5d63db0138c0c441f9fa50dd758151e.tar.bz2 historical-aa8230cfa5d63db0138c0c441f9fa50dd758151e.zip |
Add ~alpha/~arm/~ia64/~s390/~sh/~sparc wrt #379449
Package-Manager: portage-2.1.10.11/cvs/Linux ia64
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.80.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 969c36b17d3e..903a0a1b7eea 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.11 2011/08/29 06:36:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.12 2011/09/03 16:33:22 armin76 Exp $ + + 03 Sep 2011; Raúl Porcel <armin76@gentoo.org> Class-Load-0.80.0.ebuild: + Add ~alpha/~arm/~ia64/~s390/~sh/~sparc wrt #379449 29 Aug 2011; Jeroen Roovers <jer@gentoo.org> Class-Load-0.80.0.ebuild: Marked ~hppa (bug #379449). diff --git a/dev-perl/Class-Load/Class-Load-0.80.0.ebuild b/dev-perl/Class-Load/Class-Load-0.80.0.ebuild index 6c54901229a0..a433b2ae501f 100644 --- a/dev-perl/Class-Load/Class-Load-0.80.0.ebuild +++ b/dev-perl/Class-Load/Class-Load-0.80.0.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.80.0.ebuild,v 1.4 2011/08/29 06:36:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.80.0.ebuild,v 1.5 2011/09/03 16:33:22 armin76 Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="a working (require q{Class::Name}) and more " SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=" |