diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 01:35:01 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 01:35:01 +0000 |
commit | 602aa9d3f6794027508ef7b5c5e6e30cbb87097a (patch) | |
tree | 9af1e8a8427080453cd0200082ac185cb9744ccd /dev-perl/Convert-BER/Convert-BER-1.3101.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | gentoo-2-602aa9d3f6794027508ef7b5c5e6e30cbb87097a.tar.gz gentoo-2-602aa9d3f6794027508ef7b5c5e6e30cbb87097a.tar.bz2 gentoo-2-602aa9d3f6794027508ef7b5c5e6e30cbb87097a.zip |
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Convert-BER/Convert-BER-1.3101.ebuild')
-rw-r--r-- | dev-perl/Convert-BER/Convert-BER-1.3101.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-perl/Convert-BER/Convert-BER-1.3101.ebuild b/dev-perl/Convert-BER/Convert-BER-1.3101.ebuild index c27429f985d2..4f02292532c5 100644 --- a/dev-perl/Convert-BER/Convert-BER-1.3101.ebuild +++ b/dev-perl/Convert-BER/Convert-BER-1.3101.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/Convert-BER/Convert-BER-1.3101.ebuild,v 1.12 2005/10/02 12:28:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Convert-BER/Convert-BER-1.3101.ebuild,v 1.13 2006/08/05 01:35:01 mcummings Exp $ inherit perl-module @@ -12,3 +12,5 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="" +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |