diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-07-20 20:19:50 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-07-20 20:19:50 +0000 |
commit | 24a0d32f659edc46d4ed23a401fdcb6c0b00b772 (patch) | |
tree | 84ea78121930d040fcb811ac65ca51198c8cc2a8 /dev-perl | |
parent | fixed dep on yaml (diff) | |
download | historical-24a0d32f659edc46d4ed23a401fdcb6c0b00b772.tar.gz historical-24a0d32f659edc46d4ed23a401fdcb6c0b00b772.tar.bz2 historical-24a0d32f659edc46d4ed23a401fdcb6c0b00b772.zip |
missing dep on yaml
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/module-build/module-build-0.18.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/module-build/module-build-0.18.ebuild b/dev-perl/module-build/module-build-0.18.ebuild index 91ef2861ddf0..6edd0cddbcc2 100644 --- a/dev-perl/module-build/module-build-0.18.ebuild +++ b/dev-perl/module-build/module-build-0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.18.ebuild,v 1.3 2003/07/10 10:49:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.18.ebuild,v 1.4 2003/07/20 20:19:50 mcummings Exp $ inherit perl-module @@ -15,6 +15,7 @@ LICENSE="Artistic | GPL-2" KEYWORDS="x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc" DEPEND="dev-perl/module-info + dev-perl/yaml >=dev-perl/Archive-Tar-1*" style="builder" |