diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-06-01 21:08:14 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-06-01 21:08:14 +0000 |
commit | fc0d2dda7cca50ea11ea5a2e8707e9479155d929 (patch) | |
tree | 9e76879f81261f4ec2eb89bc1bf1b4615df2726f /dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild | |
parent | Switched off mysqli support once more (diff) | |
download | historical-fc0d2dda7cca50ea11ea5a2e8707e9479155d929.tar.gz historical-fc0d2dda7cca50ea11ea5a2e8707e9479155d929.tar.bz2 historical-fc0d2dda7cca50ea11ea5a2e8707e9479155d929.zip |
Disabling tests - ickkkkk
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild')
-rw-r--r-- | dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild index 4f4d85a4843f..86bfeed6c833 100644 --- a/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild +++ b/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild @@ -1,6 +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.61.ebuild,v 1.4 2005/05/01 17:21:05 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-AutoInstall/ExtUtils-AutoInstall-0.61.ebuild,v 1.5 2005/06/01 21:08:14 mcummings Exp $ IUSE="" @@ -14,7 +14,8 @@ SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="x86 amd64 ~ppc sparc alpha" -SRC_TEST="do" +# TESTS BAD. Wants to write to cpan's config on the live system +#SRC_TEST="do" DEPEND="dev-perl/Sort-Versions" |