diff options
Diffstat (limited to 'dev-perl/CDDB-File/CDDB-File-1.05.ebuild')
-rw-r--r-- | dev-perl/CDDB-File/CDDB-File-1.05.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/CDDB-File/CDDB-File-1.05.ebuild b/dev-perl/CDDB-File/CDDB-File-1.05.ebuild index 40106cc3c951..75f3e1e0f3a9 100644 --- a/dev-perl/CDDB-File/CDDB-File-1.05.ebuild +++ b/dev-perl/CDDB-File/CDDB-File-1.05.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/CDDB-File/CDDB-File-1.05.ebuild,v 1.6 2006/02/06 19:57:22 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDDB-File/CDDB-File-1.05.ebuild,v 1.7 2006/02/13 10:43:55 mcummings Exp $ inherit perl-module @@ -9,7 +9,7 @@ SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz" SLOT="0" HOMEPAGE="http://search.cpan.org/~tmtm/${P}/" DEPEND="${DEPEND} - perl-core/Test-Simple" + virtual/perl-Test-Simple" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ia64 ppc x86" |