diff options
author | Markus Meier <maekke@gentoo.org> | 2013-01-13 13:26:12 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-01-13 13:26:12 +0000 |
commit | 3de397c06a0c456ea235fa13fd082b00a970980e (patch) | |
tree | 91d72e1c8b273f51abd473e72c45389f9a429076 /dev-perl/namespace-clean | |
parent | add ~arm, bug #449762 (diff) | |
download | gentoo-2-3de397c06a0c456ea235fa13fd082b00a970980e.tar.gz gentoo-2-3de397c06a0c456ea235fa13fd082b00a970980e.tar.bz2 gentoo-2-3de397c06a0c456ea235fa13fd082b00a970980e.zip |
add ~arm, bug #449762
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-perl/namespace-clean')
-rw-r--r-- | dev-perl/namespace-clean/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/namespace-clean/namespace-clean-0.240.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/namespace-clean/ChangeLog b/dev-perl/namespace-clean/ChangeLog index 0b81aa5835f0..562007ca8aab 100644 --- a/dev-perl/namespace-clean/ChangeLog +++ b/dev-perl/namespace-clean/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/namespace-clean -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.29 2012/12/10 19:16:48 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.30 2013/01/13 13:26:12 maekke Exp $ + + 13 Jan 2013; Markus Meier <maekke@gentoo.org> namespace-clean-0.240.0.ebuild: + add ~arm, bug #449762 10 Dec 2012; Agostino Sarubbo <ago@gentoo.org> namespace-clean-0.240.0.ebuild: Add ~ppc, wrt bug #446444 diff --git a/dev-perl/namespace-clean/namespace-clean-0.240.0.ebuild b/dev-perl/namespace-clean/namespace-clean-0.240.0.ebuild index f995730f2fc6..0d9bb31373af 100644 --- a/dev-perl/namespace-clean/namespace-clean-0.240.0.ebuild +++ b/dev-perl/namespace-clean/namespace-clean-0.240.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/namespace-clean-0.240.0.ebuild,v 1.2 2012/12/10 19:16:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/namespace-clean-0.240.0.ebuild,v 1.3 2013/01/13 13:26:12 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Keep imports and functions out of your namespace" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="test" RDEPEND=" |