diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 20:36:41 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 20:36:41 +0000 |
commit | 687f08387ce9acdf1f43daf7a3f153fab180f479 (patch) | |
tree | 6415522480ea9ec935347f59b68f8acde693bd6c /dev-perl/Spiffy/Spiffy-0.29.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | gentoo-2-687f08387ce9acdf1f43daf7a3f153fab180f479.tar.gz gentoo-2-687f08387ce9acdf1f43daf7a3f153fab180f479.tar.bz2 gentoo-2-687f08387ce9acdf1f43daf7a3f153fab180f479.zip |
Added perl dep
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Spiffy/Spiffy-0.29.ebuild')
-rw-r--r-- | dev-perl/Spiffy/Spiffy-0.29.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/Spiffy/Spiffy-0.29.ebuild b/dev-perl/Spiffy/Spiffy-0.29.ebuild index d579347b8902..a3901aa70ee6 100644 --- a/dev-perl/Spiffy/Spiffy-0.29.ebuild +++ b/dev-perl/Spiffy/Spiffy-0.29.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/Spiffy/Spiffy-0.29.ebuild,v 1.4 2006/06/12 16:35:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/Spiffy-0.29.ebuild,v 1.5 2006/08/05 20:36:41 mcummings Exp $ inherit perl-module @@ -15,3 +15,4 @@ IUSE="" SRC_TEST="do" DEPEND=">=dev-lang/perl-5.6.1" +RDEPEND="${DEPEND}" |