diff options
Diffstat (limited to 'perl-core/Storable/Storable-2.07-r1.ebuild')
-rw-r--r-- | perl-core/Storable/Storable-2.07-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-core/Storable/Storable-2.07-r1.ebuild b/perl-core/Storable/Storable-2.07-r1.ebuild index 70f18467dfc8..b6d8385afa4e 100644 --- a/perl-core/Storable/Storable-2.07-r1.ebuild +++ b/perl-core/Storable/Storable-2.07-r1.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/perl-core/Storable/Storable-2.07-r1.ebuild,v 1.3 2006/02/13 15:05:51 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.07-r1.ebuild,v 1.4 2006/08/04 13:30:56 mcummings Exp $ inherit perl-module @@ -12,4 +12,5 @@ SLOT="0" LICENSE="Artistic" KEYWORDS="ia64 x86 amd64 ~ppc alpha sparc hppa mips" -DEPEND="virtual/perl-Test-Simple" +DEPEND="dev-lang/perl + virtual/perl-Test-Simple" |