summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 20:07:45 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 20:07:45 +0000
commitb8a53acb361e4d975764d36a82c72c83db4f334a (patch)
treecb0b02ac758db0faf9ec420c576935e03e560960 /dev-perl/Proc-Simple
parentAdding perl dep; fixed header; fixed DEPEND (diff)
downloadgentoo-2-b8a53acb361e4d975764d36a82c72c83db4f334a.tar.gz
gentoo-2-b8a53acb361e4d975764d36a82c72c83db4f334a.tar.bz2
gentoo-2-b8a53acb361e4d975764d36a82c72c83db4f334a.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Proc-Simple')
-rw-r--r--dev-perl/Proc-Simple/ChangeLog6
-rw-r--r--dev-perl/Proc-Simple/Proc-Simple-1.21.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-perl/Proc-Simple/ChangeLog b/dev-perl/Proc-Simple/ChangeLog
index 3498ca700eb0..45f80588d99d 100644
--- a/dev-perl/Proc-Simple/ChangeLog
+++ b/dev-perl/Proc-Simple/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Proc-Simple
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.14 2006/07/14 23:45:00 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Proc-Simple/ChangeLog,v 1.15 2006/08/05 20:07:45 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ Proc-Simple-1.21.ebuild:
+ Adding perl dep; fixed DEPEND
14 Jul 2006; Michael Cummings <mcummings@gentoo.org>
Proc-Simple-1.21.ebuild:
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}"