diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-01-08 18:47:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-01-08 18:47:58 +0000 |
commit | 7957272adce27c75fac74b844abdc6a9b73339fa (patch) | |
tree | 0a0a6f1d3b6c1f18546df5d3f9941b2bf39fa9ad | |
parent | Marked ~hppa (bug #350877). (diff) | |
download | gentoo-2-7957272adce27c75fac74b844abdc6a9b73339fa.tar.gz gentoo-2-7957272adce27c75fac74b844abdc6a9b73339fa.tar.bz2 gentoo-2-7957272adce27c75fac74b844abdc6a9b73339fa.zip |
Marked ~hppa (bug #350877).
(Portage version: 2.2.0_alpha14/cvs/Linux i686)
-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 2d7b62a7e84e..1941fbc4b28f 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.4 2011/01/08 17:21:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.5 2011/01/08 18:47:58 jer Exp $ + + 08 Jan 2011; Jeroen Roovers <jer@gentoo.org> Class-Load-0.06.ebuild: + Marked ~hppa (bug #350877). 08 Jan 2011; Raúl Porcel <armin76@gentoo.org> Class-Load-0.06.ebuild: Add ~arm/~s390/~sh diff --git a/dev-perl/Class-Load/Class-Load-0.06.ebuild b/dev-perl/Class-Load/Class-Load-0.06.ebuild index 027e07e61218..046ad23ea42d 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.4 2011/01/08 17:21:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.06.ebuild,v 1.5 2011/01/08 18:47:58 jer 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 ~ia64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="virtual/perl-Scalar-List-Utils" |