diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-01 14:12:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-01 14:12:50 +0000 |
commit | dd2deb78f7cdedd4aecb6bc19030d7f605699b7f (patch) | |
tree | a669b55b38f11167b30b0efee2bf377086260c3b /dev-perl/namespace-clean | |
parent | marked ~x86 per bug 399731 (diff) | |
download | gentoo-2-dd2deb78f7cdedd4aecb6bc19030d7f605699b7f.tar.gz gentoo-2-dd2deb78f7cdedd4aecb6bc19030d7f605699b7f.tar.bz2 gentoo-2-dd2deb78f7cdedd4aecb6bc19030d7f605699b7f.zip |
Depend on Sub-Name and Sub-Identify
(Portage version: 2.2.0_alpha89/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.220.0.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-perl/namespace-clean/ChangeLog b/dev-perl/namespace-clean/ChangeLog index e3ddb6eba374..c6385f5dcc18 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.19 2012/02/29 09:01:54 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.20 2012/03/01 14:12:50 tove Exp $ + + 01 Mar 2012; Torsten Veller <tove@gentoo.org> namespace-clean-0.220.0.ebuild: + Depend on Sub-Name and Sub-Identify *namespace-clean-0.220.0 (29 Feb 2012) diff --git a/dev-perl/namespace-clean/namespace-clean-0.220.0.ebuild b/dev-perl/namespace-clean/namespace-clean-0.220.0.ebuild index befa4a6cb3e0..99dc3bf52327 100644 --- a/dev-perl/namespace-clean/namespace-clean-0.220.0.ebuild +++ b/dev-perl/namespace-clean/namespace-clean-0.220.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/namespace-clean/namespace-clean-0.220.0.ebuild,v 1.1 2012/02/29 09:01:54 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/namespace-clean-0.220.0.ebuild,v 1.2 2012/03/01 14:12:50 tove Exp $ EAPI=4 @@ -14,7 +14,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~x64-macos" IUSE="test" -RDEPEND=">=dev-perl/Package-Stash-0.220" +RDEPEND=" + >=dev-perl/Package-Stash-0.220 + >=dev-perl/Sub-Name-0.40.0 + >=dev-perl/Sub-Identify-0.40.0 +" DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.31 test? ( >=virtual/perl-Test-Simple-0.88 )" |