diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-03-15 23:57:42 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-03-15 23:57:42 +0000 |
commit | 2fd9fd3adbca1a5f75068009c2c3be1fc4835332 (patch) | |
tree | 30eb37f073d794a59bc310d2482906d016a17b31 /dev-perl/Class-Container/Class-Container-0.11.ebuild | |
parent | New package (diff) | |
download | gentoo-2-2fd9fd3adbca1a5f75068009c2c3be1fc4835332.tar.gz gentoo-2-2fd9fd3adbca1a5f75068009c2c3be1fc4835332.tar.bz2 gentoo-2-2fd9fd3adbca1a5f75068009c2c3be1fc4835332.zip |
Missing dep on module-build
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/Class-Container/Class-Container-0.11.ebuild')
-rw-r--r-- | dev-perl/Class-Container/Class-Container-0.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/Class-Container/Class-Container-0.11.ebuild b/dev-perl/Class-Container/Class-Container-0.11.ebuild index d9fc38e03029..bc2d67dd7129 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-2005 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.8 2005/01/22 12:49:58 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Container/Class-Container-0.11.ebuild,v 1.9 2005/03/15 23:57:42 mcummings Exp $ inherit perl-module @@ -14,5 +14,6 @@ KEYWORDS="x86 ~amd64 ppc sparc alpha" IUSE="" DEPEND="${DEPEND} + dev-perl/module-build >=dev-perl/Params-Validate-0.24-r1 >=dev-perl/Scalar-List-Utils-1.08" |