summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 04:49:53 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 04:49:53 +0000
commita9762e506e82b626b3f822022676a5241e209af5 (patch)
tree171039ccc2d90782675f858281626a4b43b42f0a /dev-perl/IO-stringy/IO-stringy-2.110.ebuild
parentAdding perl dep; fixed header; fixed DEPEND (diff)
downloadhistorical-a9762e506e82b626b3f822022676a5241e209af5.tar.gz
historical-a9762e506e82b626b3f822022676a5241e209af5.tar.bz2
historical-a9762e506e82b626b3f822022676a5241e209af5.zip
Adding perl dep; fixed header; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/IO-stringy/IO-stringy-2.110.ebuild')
-rw-r--r--dev-perl/IO-stringy/IO-stringy-2.110.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/IO-stringy/IO-stringy-2.110.ebuild b/dev-perl/IO-stringy/IO-stringy-2.110.ebuild
index dec5549da6f2..6e7ca02d2476 100644
--- a/dev-perl/IO-stringy/IO-stringy-2.110.ebuild
+++ b/dev-perl/IO-stringy/IO-stringy-2.110.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/IO-stringy/IO-stringy-2.110.ebuild,v 1.11 2006/04/24 15:36:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/IO-stringy-2.110.ebuild,v 1.12 2006/08/05 04:48:02 mcummings Exp $
inherit perl-module
@@ -13,3 +13,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"