summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 20:38:53 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 20:38:53 +0000
commitfa332a0efc8ca9b0e68180a943fa9d7918b74ae2 (patch)
tree20ea7e08e52e7e6f9b045124ed5ccc24a89e9fb8 /dev-perl/Stat-lsMode/Stat-lsMode-0.50.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-fa332a0efc8ca9b0e68180a943fa9d7918b74ae2.tar.gz
gentoo-2-fa332a0efc8ca9b0e68180a943fa9d7918b74ae2.tar.bz2
gentoo-2-fa332a0efc8ca9b0e68180a943fa9d7918b74ae2.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Stat-lsMode/Stat-lsMode-0.50.ebuild')
-rw-r--r--dev-perl/Stat-lsMode/Stat-lsMode-0.50.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/Stat-lsMode/Stat-lsMode-0.50.ebuild b/dev-perl/Stat-lsMode/Stat-lsMode-0.50.ebuild
index 5be18501c9ff..9d08b95125be 100644
--- a/dev-perl/Stat-lsMode/Stat-lsMode-0.50.ebuild
+++ b/dev-perl/Stat-lsMode/Stat-lsMode-0.50.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/Stat-lsMode/Stat-lsMode-0.50.ebuild,v 1.14 2006/07/10 22:11:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Stat-lsMode/Stat-lsMode-0.50.ebuild,v 1.15 2006/08/05 20:38:53 mcummings Exp $
inherit perl-module
@@ -12,3 +12,7 @@ LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"