summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 23:06:05 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 23:06:05 +0000
commit4a0c147f9017e071cd48632357821f93b1439385 (patch)
tree8596120924317c2e53ea7facfaecfb44ae1fd651 /dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-4a0c147f9017e071cd48632357821f93b1439385.tar.gz
gentoo-2-4a0c147f9017e071cd48632357821f93b1439385.tar.bz2
gentoo-2-4a0c147f9017e071cd48632357821f93b1439385.zip
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild')
-rw-r--r--dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild b/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild
index 79fbfaf55e9b..8d221946169b 100644
--- a/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild
+++ b/dev-perl/String-ShellQuote/String-ShellQuote-1.03.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/String-ShellQuote/String-ShellQuote-1.03.ebuild,v 1.6 2006/07/18 16:41:47 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.03.ebuild,v 1.7 2006/08/05 23:06:05 mcummings Exp $
inherit perl-module
@@ -12,3 +12,7 @@ SLOT="0"
LICENSE="Artistic"
KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"