diff options
Diffstat (limited to 'dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild')
-rw-r--r-- | dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild index 99e031fefeb2..f6a8ea753696 100644 --- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild +++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild,v 1.8 2005/04/07 20:38:25 hansmi Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.56.ebuild,v 1.9 2005/07/09 22:51:46 swegener Exp $ inherit perl-module @@ -13,9 +11,7 @@ HOMEPAGE="http://search.cpan.org/author/AUTRIJUS/${P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 amd64 ppc sparc alpha" - -DEPEND="${DEPEND}" - +IUSE="" src_compile() { echo "n" | perl-module_src_compile |