diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:12:37 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 22:12:37 +0000 |
commit | b7efb8327a0aa6b6c7773bca8360d83b690d4c83 (patch) | |
tree | 20f974cfe6506099b95e5da0b4b4838ec3452c06 /dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild | |
parent | Adding perl dep (diff) | |
download | gentoo-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.ebuild | 6 |
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}" |