diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 00:32:33 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 00:32:33 +0000 |
commit | 906ef6c09580e53c759f8140285887c80f320494 (patch) | |
tree | 5c418343632701330f5652dfe784e68b708e4e86 /dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-906ef6c09580e53c759f8140285887c80f320494.tar.gz gentoo-2-906ef6c09580e53c759f8140285887c80f320494.tar.bz2 gentoo-2-906ef6c09580e53c759f8140285887c80f320494.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild')
-rw-r--r-- | dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild index 4ddc22a37fc7..07b401a22f20 100644 --- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild +++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.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/Text-WikiFormat/Text-WikiFormat-0.77.ebuild,v 1.7 2006/07/18 01:12:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WikiFormat/Text-WikiFormat-0.77.ebuild,v 1.8 2006/08/06 00:32:33 mcummings Exp $ inherit perl-module @@ -13,9 +13,12 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ia64 ~ppc sparc ~x86" DEPEND="dev-perl/URI - virtual/perl-Scalar-List-Utils - >=dev-perl/module-build-0.28" + virtual/perl-Scalar-List-Utils + >=dev-perl/module-build-0.28 + dev-lang/perl" RDEPEND="${DEPEND}" IUSE="" SRC_TEST="do" + + |