diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 23:08:38 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 23:08:38 +0000 |
commit | 34d9bd485036ed5a5cac973cc8cad348eb0d5c41 (patch) | |
tree | 5d755e314d43f0fdc01462205435e520077ad24c /dev-perl/Class-Container/Class-Container-0.11.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-34d9bd485036ed5a5cac973cc8cad348eb0d5c41.tar.gz gentoo-2-34d9bd485036ed5a5cac973cc8cad348eb0d5c41.tar.bz2 gentoo-2-34d9bd485036ed5a5cac973cc8cad348eb0d5c41.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Class-Container/Class-Container-0.11.ebuild')
-rw-r--r-- | dev-perl/Class-Container/Class-Container-0.11.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Class-Container/Class-Container-0.11.ebuild b/dev-perl/Class-Container/Class-Container-0.11.ebuild index a5cbb0875435..59f2ae7390b3 100644 --- a/dev-perl/Class-Container/Class-Container-0.11.ebuild +++ b/dev-perl/Class-Container/Class-Container-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Container/Class-Container-0.11.ebuild,v 1.14 2006/07/14 16:41:31 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Container/Class-Container-0.11.ebuild,v 1.15 2006/08/04 23:08:38 mcummings Exp $ inherit perl-module @@ -15,5 +15,6 @@ IUSE="" DEPEND=">=dev-perl/module-build-0.28 >=dev-perl/Params-Validate-0.24-r1 - >=virtual/perl-Scalar-List-Utils-1.08" + >=virtual/perl-Scalar-List-Utils-1.08 + dev-lang/perl" RDEPEND="${DEPEND}" |