diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-27 08:50:49 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-27 08:50:49 +0000 |
commit | 8cabc03173b034812ab927df3ba7109c49c3b625 (patch) | |
tree | e8cc909acc686c97279d1449d46f5f28446c4d2c /dev-perl/namespace-clean | |
parent | Block both sys-fs/udisks and sys-power/upower to prevent overlapping. (diff) | |
download | historical-8cabc03173b034812ab927df3ba7109c49c3b625.tar.gz historical-8cabc03173b034812ab927df3ba7109c49c3b625.tar.bz2 historical-8cabc03173b034812ab927df3ba7109c49c3b625.zip |
Stable on x86 (#350853)
Package-Manager: portage-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 |