diff options
author | 2011-08-29 06:36:29 +0000 | |
---|---|---|
committer | 2011-08-29 06:36:29 +0000 | |
commit | 69c4fb365c8fc8bd2426b8eba751d33796d1826c (patch) | |
tree | 9bc4dd9a229c9bc8ea1b9f2dedc296320f02a0b7 /dev-perl/Class-Load | |
parent | Marked ~hppa (bug #379449). (diff) | |
download | gentoo-2-69c4fb365c8fc8bd2426b8eba751d33796d1826c.tar.gz gentoo-2-69c4fb365c8fc8bd2426b8eba751d33796d1826c.tar.bz2 gentoo-2-69c4fb365c8fc8bd2426b8eba751d33796d1826c.zip |
Marked ~hppa (bug #379449).
(Portage version: 2.2.0_alpha51/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.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 b5eefbad2d3c..969c36b17d3e 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.10 2011/08/26 18:56:17 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.11 2011/08/29 06:36:29 jer Exp $ + + 29 Aug 2011; Jeroen Roovers <jer@gentoo.org> Class-Load-0.80.0.ebuild: + Marked ~hppa (bug #379449). 26 Aug 2011; Fabian Groffen <grobian@gentoo.org> Class-Load-0.80.0.ebuild: Added Prefix keywords, 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 ec6542600cf2..6c54901229a0 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.3 2011/08/28 14:15:55 naota Exp $ +# $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 $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="a working (require q{Class::Name}) and more " SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=" |