diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-07-20 20:19:20 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-07-20 20:19:20 +0000 |
commit | e350e45b987a69b421bd98d22b017b1f73f9c118 (patch) | |
tree | 4fb93995d6031a300d84569b4f75a5e4e977dd7a /dev-perl/module-build/module-build-0.19.ebuild | |
parent | allow perl-5.8.0-r12 to fulfill some module deps (diff) | |
download | gentoo-2-e350e45b987a69b421bd98d22b017b1f73f9c118.tar.gz gentoo-2-e350e45b987a69b421bd98d22b017b1f73f9c118.tar.bz2 gentoo-2-e350e45b987a69b421bd98d22b017b1f73f9c118.zip |
fixed dep on yaml
Diffstat (limited to 'dev-perl/module-build/module-build-0.19.ebuild')
-rw-r--r-- | dev-perl/module-build/module-build-0.19.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/module-build/module-build-0.19.ebuild b/dev-perl/module-build/module-build-0.19.ebuild index b1ab58e1578c..6016be903945 100644 --- a/dev-perl/module-build/module-build-0.19.ebuild +++ b/dev-perl/module-build/module-build-0.19.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.19.ebuild,v 1.1 2003/07/10 10:49:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.19.ebuild,v 1.2 2003/07/20 20:19:16 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" |