diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 13:37:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 13:37:55 +0000 |
commit | cb5c4058d8e3640017f9029b431a17dc42896641 (patch) | |
tree | 6ec592708348d3c21b348ea9ca7096c7a13a537f /perl-core/digest-base/digest-base-1.13.ebuild | |
parent | Removed unnecessary but harmless cruft from atlas3.6.0-shared-libs.2.patch an... (diff) | |
download | gentoo-2-cb5c4058d8e3640017f9029b431a17dc42896641.tar.gz gentoo-2-cb5c4058d8e3640017f9029b431a17dc42896641.tar.bz2 gentoo-2-cb5c4058d8e3640017f9029b431a17dc42896641.zip |
Adding perl dep
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'perl-core/digest-base/digest-base-1.13.ebuild')
-rw-r--r-- | perl-core/digest-base/digest-base-1.13.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/perl-core/digest-base/digest-base-1.13.ebuild b/perl-core/digest-base/digest-base-1.13.ebuild index 0bb63c851fd1..0d0aa8de65ce 100644 --- a/perl-core/digest-base/digest-base-1.13.ebuild +++ b/perl-core/digest-base/digest-base-1.13.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.13.ebuild,v 1.11 2006/07/05 20:04:01 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.13.ebuild,v 1.12 2006/08/04 13:37:55 mcummings Exp $ inherit perl-module @@ -16,8 +16,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="virtual/perl-MIME-Base64" +DEPEND="dev-lang/perl + virtual/perl-MIME-Base64" RDEPEND="${DEPEND}" SRC_TEST="do" -mydoc="rfc*.txt"
\ No newline at end of file +mydoc="rfc*.txt" |