diff options
Diffstat (limited to 'dev-perl/module-build/module-build-0.28.08.ebuild')
-rw-r--r-- | dev-perl/module-build/module-build-0.28.08.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/module-build/module-build-0.28.08.ebuild b/dev-perl/module-build/module-build-0.28.08.ebuild index ee63b0bf1fc7..f39f75e7bd7b 100644 --- a/dev-perl/module-build/module-build-0.28.08.ebuild +++ b/dev-perl/module-build/module-build-0.28.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.28.08.ebuild,v 1.10 2008/03/28 09:30:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.28.08.ebuild,v 1.11 2008/09/15 10:14:56 tove Exp $ inherit versionator perl-module @@ -14,7 +14,7 @@ SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 m68k mips ppc ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="test" +IUSE="" # Removing these as hard deps. They are listed as recommended in the Build.PL, # but end up causing a dep loop since they require module-build to be built. @@ -24,7 +24,6 @@ PDEPEND=">=dev-perl/ExtUtils-CBuilder-0.15 DEPEND="dev-lang/perl dev-perl/yaml - test? ( dev-perl/version ) >=dev-perl/Archive-Tar-1.09" SRC_TEST="do" |