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 | |
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)
-rw-r--r-- | dev-perl/Class-Container/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Class-Container/Class-Container-0.10.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/Class-Container/Class-Container-0.11.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-perl/Class-Container/ChangeLog b/dev-perl/Class-Container/ChangeLog index 98d9451719da..d80c25605d93 100644 --- a/dev-perl/Class-Container/ChangeLog +++ b/dev-perl/Class-Container/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Class-Container # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Container/ChangeLog,v 1.14 2005/01/22 12:49:58 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Container/ChangeLog,v 1.15 2005/03/15 23:57:42 mcummings Exp $ + + 15 Mar 2005; Michael Cummings <mcummings@gentoo.org> + Class-Container-0.10.ebuild, Class-Container-0.11.ebuild: + Missing dep on module-build 22 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> Class-Container-0.11.ebuild: diff --git a/dev-perl/Class-Container/Class-Container-0.10.ebuild b/dev-perl/Class-Container/Class-Container-0.10.ebuild index 247480ffbb22..17dce19512a6 100644 --- a/dev-perl/Class-Container/Class-Container-0.10.ebuild +++ b/dev-perl/Class-Container/Class-Container-0.10.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.10.ebuild,v 1.9 2005/01/21 20:28:24 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Container/Class-Container-0.10.ebuild,v 1.10 2005/03/15 23:57:42 mcummings Exp $ inherit perl-module @@ -15,4 +15,5 @@ IUSE="" DEPEND="${DEPEND} >=dev-perl/Params-Validate-0.24-r1 + dev-perl/module-build >=dev-perl/Scalar-List-Utils-1.08" 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" |