diff options
author | Markus Meier <maekke@gentoo.org> | 2012-03-03 14:59:57 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-03-03 14:59:57 +0000 |
commit | 5b2b2c066df642fa42a3aa02c504381ee80cb2e8 (patch) | |
tree | ec9dfee39f85d8156788908d7f304a99ca78c3a5 /dev-perl/Class-Load | |
parent | arm stable, bug #404343 (diff) | |
download | gentoo-2-5b2b2c066df642fa42a3aa02c504381ee80cb2e8.tar.gz gentoo-2-5b2b2c066df642fa42a3aa02c504381ee80cb2e8.tar.bz2 gentoo-2-5b2b2c066df642fa42a3aa02c504381ee80cb2e8.zip |
add ~arm, bug #403413
(Portage version: 2.1.10.49/cvs/Linux i686)
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.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 120448d5e852..72d80721f9ad 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.22 2012/02/19 12:07:38 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/ChangeLog,v 1.23 2012/03/03 14:59:57 maekke Exp $ + + 03 Mar 2012; Markus Meier <maekke@gentoo.org> Class-Load-0.170.0.ebuild: + add ~arm, bug #403413 19 Feb 2012; Tobias Klausmann <klausman@gentoo.org> Class-Load-0.120.0.ebuild: 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 ab7c1849a79f..4c599f0426f5 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.3 2012/02/15 15:55:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Load/Class-Load-0.170.0.ebuild,v 1.4 2012/03/03 14:59:57 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A working (require q{Class::Name}) and more" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd" IUSE="test" RDEPEND=" |