diff options
Diffstat (limited to 'dev-perl/AppConfig/AppConfig-1.56-r2.ebuild')
-rw-r--r-- | dev-perl/AppConfig/AppConfig-1.56-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild b/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild index 3aa99164e7b0..925468ebfed9 100644 --- a/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild +++ b/dev-perl/AppConfig/AppConfig-1.56-r2.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/AppConfig/AppConfig-1.56-r2.ebuild,v 1.17 2006/07/03 20:13:43 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild,v 1.18 2006/08/04 22:21:11 mcummings Exp $ inherit perl-module eutils @@ -15,7 +15,8 @@ IUSE="" SRC_TEST="do" -DEPEND="virtual/perl-Test-Simple" +DEPEND="virtual/perl-Test-Simple + dev-lang/perl" RDEPEND="${DEPEND}" src_unpack() { @@ -35,4 +36,4 @@ src_unpack() { # where _ is a legal part of either blocks or variable names. epatch ${FILESDIR}/blocksep.patch -}
\ No newline at end of file +} |