diff options
author | 2006-08-05 20:16:01 +0000 | |
---|---|---|
committer | 2006-08-05 20:16:01 +0000 | |
commit | eefe290c9e2be12a5187ffeafdfd6be67253d4c7 (patch) | |
tree | e262cb4ec469701e7975c4a778da7d43144e658e /dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild | |
parent | Apply a patch for IBM JDK, see bug #142692. (diff) | |
download | historical-eefe290c9e2be12a5187ffeafdfd6be67253d4c7.tar.gz historical-eefe290c9e2be12a5187ffeafdfd6be67253d4c7.tar.bz2 historical-eefe290c9e2be12a5187ffeafdfd6be67253d4c7.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild')
-rw-r--r-- | dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild index ed13744025ec..836e3e5a8144 100644 --- a/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild +++ b/dev-perl/Proc-Simple/Proc-Simple-1.21.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/Proc-Simple/Proc-Simple-1.21.ebuild,v 1.9 2006/07/14 23:45:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild,v 1.10 2006/08/05 20:07:45 mcummings Exp $ inherit perl-module @@ -13,3 +13,7 @@ KEYWORDS="amd64 ia64 ~ppc sparc x86" IUSE="" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |