summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 20:30:33 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 20:30:33 +0000
commit97b44de8f5bc2bed4447a726bb9e23e1ac44095a (patch)
tree5a6b6efa63e7aff1b997838af5028ce5d5c5acf3 /dev-perl/Set-IntSpan/Set-IntSpan-1.08.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-97b44de8f5bc2bed4447a726bb9e23e1ac44095a.tar.gz
gentoo-2-97b44de8f5bc2bed4447a726bb9e23e1ac44095a.tar.bz2
gentoo-2-97b44de8f5bc2bed4447a726bb9e23e1ac44095a.zip
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Set-IntSpan/Set-IntSpan-1.08.ebuild')
-rw-r--r--dev-perl/Set-IntSpan/Set-IntSpan-1.08.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.08.ebuild b/dev-perl/Set-IntSpan/Set-IntSpan-1.08.ebuild
index 93ac883f8d88..e3a81913de81 100644
--- a/dev-perl/Set-IntSpan/Set-IntSpan-1.08.ebuild
+++ b/dev-perl/Set-IntSpan/Set-IntSpan-1.08.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/Set-IntSpan-1.08.ebuild,v 1.7 2005/10/02 13:14:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/Set-IntSpan-1.08.ebuild,v 1.8 2006/08/05 20:30:33 mcummings Exp $
inherit perl-module
@@ -12,3 +12,7 @@ SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc sparc x86"
SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"