summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-04 13:39:38 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-04 13:39:38 +0000
commitd9ffd676625f5c9bfc3b428eecbdfcf2bd86dab8 (patch)
treec3264a625ec7f1a68216d3bd8665cbc4c2c02328 /perl-core/digest-base/digest-base-1.08.ebuild
parentRemoved unnecessary but harmless cruft from atlas3.6.0-shared-libs.2.patch an... (diff)
downloadhistorical-d9ffd676625f5c9bfc3b428eecbdfcf2bd86dab8.tar.gz
historical-d9ffd676625f5c9bfc3b428eecbdfcf2bd86dab8.tar.bz2
historical-d9ffd676625f5c9bfc3b428eecbdfcf2bd86dab8.zip
Adding perl dep
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'perl-core/digest-base/digest-base-1.08.ebuild')
-rw-r--r--perl-core/digest-base/digest-base-1.08.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-core/digest-base/digest-base-1.08.ebuild b/perl-core/digest-base/digest-base-1.08.ebuild
index 6f72df1d6296..f309f17c195a 100644
--- a/perl-core/digest-base/digest-base-1.08.ebuild
+++ b/perl-core/digest-base/digest-base-1.08.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/perl-core/digest-base/digest-base-1.08.ebuild,v 1.3 2006/07/05 20:04:01 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.08.ebuild,v 1.4 2006/08/04 13:37:55 mcummings Exp $
inherit perl-module
@@ -19,5 +19,6 @@ IUSE=""
mydoc="rfc*.txt"
-DEPEND="perl-core/MIME-Base64"
+DEPEND="dev-lang/perl
+ perl-core/MIME-Base64"
RDEPEND="${DEPEND}"