summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-06 03:09:57 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-06 03:09:57 +0000
commitb694714fa41d513797c1ce10e4610efc74f1e793 (patch)
tree913f08d5677fafb3d6d057c8cc34ba301a87aeee /dev-perl/string-crc32/string-crc32-1.4.ebuild
parentAdding perl dep; fixed header; fixed DEPEND (diff)
downloadgentoo-2-b694714fa41d513797c1ce10e4610efc74f1e793.tar.gz
gentoo-2-b694714fa41d513797c1ce10e4610efc74f1e793.tar.bz2
gentoo-2-b694714fa41d513797c1ce10e4610efc74f1e793.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/string-crc32/string-crc32-1.4.ebuild')
-rw-r--r--dev-perl/string-crc32/string-crc32-1.4.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/string-crc32/string-crc32-1.4.ebuild b/dev-perl/string-crc32/string-crc32-1.4.ebuild
index 97f88de2424c..24d628776036 100644
--- a/dev-perl/string-crc32/string-crc32-1.4.ebuild
+++ b/dev-perl/string-crc32/string-crc32-1.4.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/string-crc32/string-crc32-1.4.ebuild,v 1.5 2006/07/19 19:55:23 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/string-crc32/string-crc32-1.4.ebuild,v 1.6 2006/08/06 03:09:57 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"