diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:11:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:11:56 +0000 |
commit | c13e1abb0c064ae65e53583f40ab0b13c910d754 (patch) | |
tree | 9627549028d1d28347e3c27a77e1c38ff3ed3be9 /dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | gentoo-2-c13e1abb0c064ae65e53583f40ab0b13c910d754.tar.gz gentoo-2-c13e1abb0c064ae65e53583f40ab0b13c910d754.tar.bz2 gentoo-2-c13e1abb0c064ae65e53583f40ab0b13c910d754.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild')
-rw-r--r-- | dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild index d016a4f5d17c..a2838deb0933 100644 --- a/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild +++ b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.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/Getopt-Mixed/Getopt-Mixed-1.008.ebuild,v 1.13 2006/06/29 18:13:25 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild,v 1.14 2006/08/05 04:11:56 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |