diff options
author | 2006-08-06 02:52:41 +0000 | |
---|---|---|
committer | 2006-08-06 02:52:41 +0000 | |
commit | 748f32655ab4431ceb1c6a615143e72268eb8db8 (patch) | |
tree | 522aa417c5abd635e655a34e0ea19eab021fed10 /dev-perl/module-build/module-build-0.28.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-748f32655ab4431ceb1c6a615143e72268eb8db8.tar.gz gentoo-2-748f32655ab4431ceb1c6a615143e72268eb8db8.tar.bz2 gentoo-2-748f32655ab4431ceb1c6a615143e72268eb8db8.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/module-build/module-build-0.28.ebuild')
-rw-r--r-- | dev-perl/module-build/module-build-0.28.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/module-build/module-build-0.28.ebuild b/dev-perl/module-build/module-build-0.28.ebuild index e4e58c66f8ec..a72a3bb30467 100644 --- a/dev-perl/module-build/module-build-0.28.ebuild +++ b/dev-perl/module-build/module-build-0.28.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/module-build/module-build-0.28.ebuild,v 1.12 2006/07/14 15:09:03 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.28.ebuild,v 1.13 2006/08/06 02:52:41 mcummings Exp $ inherit perl-module @@ -22,7 +22,8 @@ IUSE="" PDEPEND=">=dev-perl/ExtUtils-CBuilder-0.15 >=dev-perl/extutils-parsexs-1.02" -DEPEND="dev-perl/yaml +DEPEND="dev-lang/perl + dev-perl/yaml >=dev-perl/Archive-Tar-1.09" SRC_TEST="do" |