summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-04 22:12:37 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-04 22:12:37 +0000
commitb7efb8327a0aa6b6c7773bca8360d83b690d4c83 (patch)
tree20f974cfe6506099b95e5da0b4b4838ec3452c06 /dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild
parentAdding perl dep (diff)
downloadgentoo-2-b7efb8327a0aa6b6c7773bca8360d83b690d4c83.tar.gz
gentoo-2-b7efb8327a0aa6b6c7773bca8360d83b690d4c83.tar.bz2
gentoo-2-b7efb8327a0aa6b6c7773bca8360d83b690d4c83.zip
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild')
-rw-r--r--dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild
index f140172d306c..f95bed2adfd1 100644
--- a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild
+++ b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.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/Algorithm-Diff/Algorithm-Diff-1.15.ebuild,v 1.13 2005/07/09 23:22:53 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild,v 1.14 2006/08/04 22:12:37 mcummings Exp $
inherit perl-module
@@ -12,3 +12,5 @@ LICENSE="|| ( Artistic GPL-2 )"
IUSE=""
SLOT="0"
KEYWORDS="x86 ppc sparc alpha ppc64 amd64"
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"