summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 20:12:25 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 20:12:25 +0000
commit37a6b4251c2a26515257b3e5ce1e0a13d86e1664 (patch)
tree1def93108d9716fd108537ff3ad0a7813758c85f /dev-perl/Regexp-Shellish
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-37a6b4251c2a26515257b3e5ce1e0a13d86e1664.tar.gz
gentoo-2-37a6b4251c2a26515257b3e5ce1e0a13d86e1664.tar.bz2
gentoo-2-37a6b4251c2a26515257b3e5ce1e0a13d86e1664.zip
Adding perl dep; fixed DEPEND
(Portage version: 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}"