diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 03:06:21 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 03:06:21 +0000 |
commit | 06d8578b1c26a40cb74bbe6d313f4966c887280a (patch) | |
tree | 1c7a31b9be20965e4b2413e36c553ec2ae5a579b /dev-perl/prefork/prefork-1.01.ebuild | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-06d8578b1c26a40cb74bbe6d313f4966c887280a.tar.gz gentoo-2-06d8578b1c26a40cb74bbe6d313f4966c887280a.tar.bz2 gentoo-2-06d8578b1c26a40cb74bbe6d313f4966c887280a.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/prefork/prefork-1.01.ebuild')
-rw-r--r-- | dev-perl/prefork/prefork-1.01.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/prefork/prefork-1.01.ebuild b/dev-perl/prefork/prefork-1.01.ebuild index 9df9748d3f33..c7c6cef214d0 100644 --- a/dev-perl/prefork/prefork-1.01.ebuild +++ b/dev-perl/prefork/prefork-1.01.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/prefork/prefork-1.01.ebuild,v 1.1 2006/07/30 02:13:01 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/prefork/prefork-1.01.ebuild,v 1.2 2006/08/06 03:06:21 mcummings Exp $ inherit perl-module @@ -16,5 +16,7 @@ IUSE="" SRC_TEST="do" DEPEND=">=virtual/perl-File-Spec-0.80 - >=virtual/perl-Scalar-List-Utils-1.10" -RDEPEND="${DEPEND}"
\ No newline at end of file + >=virtual/perl-Scalar-List-Utils-1.10 + dev-lang/perl" +RDEPEND="${DEPEND}" + |