summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 20:40:32 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 20:40:32 +0000
commit31ad5eba7bfdebce846b07051476bf9392e5a9a5 (patch)
treecbae1471ad51c55209a6fa1636aec821720436b5 /dev-perl/SQL-Statement/SQL-Statement-1.14.ebuild
parentAdded perl dep (diff)
downloadhistorical-31ad5eba7bfdebce846b07051476bf9392e5a9a5.tar.gz
historical-31ad5eba7bfdebce846b07051476bf9392e5a9a5.tar.bz2
historical-31ad5eba7bfdebce846b07051476bf9392e5a9a5.zip
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/SQL-Statement/SQL-Statement-1.14.ebuild')
-rw-r--r--dev-perl/SQL-Statement/SQL-Statement-1.14.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.14.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.14.ebuild
index 337563efcc22..9a330a2a7725 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.14.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.14.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/SQL-Statement/SQL-Statement-1.14.ebuild,v 1.3 2006/06/12 16:36:42 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Statement/SQL-Statement-1.14.ebuild,v 1.4 2006/08/05 20:23:20 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~ia64 sparc ~x86"
SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"