diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-04-06 19:09:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-04-06 19:09:52 +0000 |
commit | 606a08ad6f8c2d9b65259fb6201be8917f7b2bc8 (patch) | |
tree | de91e26c930eb111dd00c7938c0b8cdbdc586e7f /dev-perl | |
parent | Stable for amd64, wrt bug #395297 (diff) | |
download | gentoo-2-606a08ad6f8c2d9b65259fb6201be8917f7b2bc8.tar.gz gentoo-2-606a08ad6f8c2d9b65259fb6201be8917f7b2bc8.tar.bz2 gentoo-2-606a08ad6f8c2d9b65259fb6201be8917f7b2bc8.zip |
Stable for amd64, wrt bug #395297
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Class-Load/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Class-Load/Class-Load-0.170.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 a2931f7cb25b..4c19b9a0e89a 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.26 2012/04/01 16:47:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.27 2012/04/06 19:09:52 ago Exp $ + + 06 Apr 2012; Agostino Sarubbo <ago@gentoo.org> Class-Load-0.170.0.ebuild: + Stable for amd64, wrt bug #395297 01 Apr 2012; Raúl Porcel <armin76@gentoo.org> Class-Load-0.170.0.ebuild: Add ~alpha/~ia64/~s390/~sh/~sparc wrt #403413 diff --git a/dev-perl/Class-Load/Class-Load-0.170.0.ebuild b/dev-perl/Class-Load/Class-Load-0.170.0.ebuild index 31fd36a703ae..e0519cd35f9a 100644 --- a/dev-perl/Class-Load/Class-Load-0.170.0.ebuild +++ b/dev-perl/Class-Load/Class-Load-0.170.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.170.0.ebuild,v 1.7 2012/04/01 16:47:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.170.0.ebuild,v 1.8 2012/04/06 19:09:52 ago 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 ~s390 ~sh ~sparc ~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=" |