diff options
Diffstat (limited to 'dev-perl/Stat-lsMode/Stat-lsMode-0.50.ebuild')
-rw-r--r-- | dev-perl/Stat-lsMode/Stat-lsMode-0.50.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/Stat-lsMode/Stat-lsMode-0.50.ebuild b/dev-perl/Stat-lsMode/Stat-lsMode-0.50.ebuild index 5be18501c9ff..9d08b95125be 100644 --- a/dev-perl/Stat-lsMode/Stat-lsMode-0.50.ebuild +++ b/dev-perl/Stat-lsMode/Stat-lsMode-0.50.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/Stat-lsMode/Stat-lsMode-0.50.ebuild,v 1.14 2006/07/10 22:11:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Stat-lsMode/Stat-lsMode-0.50.ebuild,v 1.15 2006/08/05 20:38:53 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ia64 ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |