diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-27 08:43:35 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-27 08:43:35 +0000 |
commit | 3dd226373209d306072c72da49104c98c83d84cf (patch) | |
tree | 1163ab045c7c263510cc6a4ff9e8af3f4ca2b625 /dev-perl/namespace-clean | |
parent | Stable on x86 (#350853) (diff) | |
download | gentoo-2-3dd226373209d306072c72da49104c98c83d84cf.tar.gz gentoo-2-3dd226373209d306072c72da49104c98c83d84cf.tar.bz2 gentoo-2-3dd226373209d306072c72da49104c98c83d84cf.zip |
Stable on x86 (#350853)
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/namespace-clean')
-rw-r--r-- | dev-perl/namespace-clean/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/namespace-clean/namespace-clean-0.200.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/namespace-clean/ChangeLog b/dev-perl/namespace-clean/ChangeLog index f1919533dd15..0ff7d035195d 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.12 2011/03/11 18:49:36 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.13 2011/03/27 08:43:35 tove Exp $ + + 27 Mar 2011; Torsten Veller <tove@gentoo.org> namespace-clean-0.200.ebuild: + Stable on x86 (#350853) 11 Mar 2011; Markos Chandras <hwoarang@gentoo.org> namespace-clean-0.200.ebuild: diff --git a/dev-perl/namespace-clean/namespace-clean-0.200.ebuild b/dev-perl/namespace-clean/namespace-clean-0.200.ebuild index e17bab90e6fb..b24928012777 100644 --- a/dev-perl/namespace-clean/namespace-clean-0.200.ebuild +++ b/dev-perl/namespace-clean/namespace-clean-0.200.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/namespace-clean/namespace-clean-0.200.ebuild,v 1.2 2011/03/11 18:49:36 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/namespace-clean-0.200.ebuild,v 1.3 2011/03/27 08:43:35 tove Exp $ EAPI=3 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Keep imports and functions out of your namespace" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND=">=dev-perl/Package-Stash-0.220 |