summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 20:16:01 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 20:16:01 +0000
commiteefe290c9e2be12a5187ffeafdfd6be67253d4c7 (patch)
treee262cb4ec469701e7975c4a778da7d43144e658e /dev-perl/Regexp-Shellish
parentApply a patch for IBM JDK, see bug #142692. (diff)
downloadhistorical-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/Regexp-Shellish')
-rw-r--r--dev-perl/Regexp-Shellish/ChangeLog6
-rw-r--r--dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-perl/Regexp-Shellish/ChangeLog b/dev-perl/Regexp-Shellish/ChangeLog
index 71c3f9e5f7ba..4bd5f86f02f6 100644
--- a/dev-perl/Regexp-Shellish/ChangeLog
+++ b/dev-perl/Regexp-Shellish/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Regexp-Shellish
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.10 2006/01/13 22:15:02 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/ChangeLog,v 1.11 2006/08/05 20:12:25 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ Regexp-Shellish-0.93.ebuild:
+ Adding perl dep; fixed DEPEND
13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
Regexp-Shellish-0.93.ebuild:
diff --git a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild
index 5a96ca2c3014..a9edee09c5a6 100644
--- a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild
+++ b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.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/Regexp-Shellish/Regexp-Shellish-0.93.ebuild,v 1.12 2006/01/13 22:15:02 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Regexp-Shellish/Regexp-Shellish-0.93.ebuild,v 1.13 2006/08/05 20:12:25 mcummings Exp $
inherit perl-module
@@ -13,3 +13,7 @@ LICENSE="Artistic"
SRC_TEST="do"
KEYWORDS="alpha ~amd64 ia64 ~mips ~ppc ppc64 sparc x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"