diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 13:27:06 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 13:27:06 +0000 |
commit | cc662a51807f0a86bd0b6e9937b86af0a9097ec3 (patch) | |
tree | e8339687771b9885eaf99425e3793226e0b4ee5d /perl-core/MIME-Base64/MIME-Base64-3.07.ebuild | |
parent | Add ~sparc keyword. With USE="X berkdb readline ssl tetex", this version (diff) | |
download | gentoo-2-cc662a51807f0a86bd0b6e9937b86af0a9097ec3.tar.gz gentoo-2-cc662a51807f0a86bd0b6e9937b86af0a9097ec3.tar.bz2 gentoo-2-cc662a51807f0a86bd0b6e9937b86af0a9097ec3.zip |
Adding perl dep
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'perl-core/MIME-Base64/MIME-Base64-3.07.ebuild')
-rw-r--r-- | perl-core/MIME-Base64/MIME-Base64-3.07.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-core/MIME-Base64/MIME-Base64-3.07.ebuild b/perl-core/MIME-Base64/MIME-Base64-3.07.ebuild index 4eba787611bc..3dbe2506ec5e 100644 --- a/perl-core/MIME-Base64/MIME-Base64-3.07.ebuild +++ b/perl-core/MIME-Base64/MIME-Base64-3.07.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/MIME-Base64/MIME-Base64-3.07.ebuild,v 1.6 2006/07/17 23:31:39 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/MIME-Base64/MIME-Base64-3.07.ebuild,v 1.7 2006/08/04 13:27:06 mcummings Exp $ inherit perl-module @@ -14,3 +14,5 @@ KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc ~x86" IUSE="" SRC_TEST="do" + +DEPEND="dev-lang/perl" |