diff options
Diffstat (limited to 'dev-perl/module-info/module-info-0.20.ebuild')
-rw-r--r-- | dev-perl/module-info/module-info-0.20.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/module-info/module-info-0.20.ebuild b/dev-perl/module-info/module-info-0.20.ebuild index a48995614c59..7f0fe7daca26 100644 --- a/dev-perl/module-info/module-info-0.20.ebuild +++ b/dev-perl/module-info/module-info-0.20.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/module-info/module-info-0.20.ebuild,v 1.11 2006/05/01 20:48:37 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.20.ebuild,v 1.12 2006/08/06 02:53:26 mcummings Exp $ inherit perl-module @@ -14,3 +14,7 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 alpha ~hppa ~mips ~ppc sparc amd64" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |