diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-09-20 21:38:14 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-09-20 21:38:14 +0000 |
commit | 5f30f94a765d7489216a8e3fbb6da96a1f0995ff (patch) | |
tree | b0b7d77e7aa3353c42d707bfc7c7c5f4d13f79f9 /dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild | |
parent | Added development branch. (diff) | |
download | gentoo-2-5f30f94a765d7489216a8e3fbb6da96a1f0995ff.tar.gz gentoo-2-5f30f94a765d7489216a8e3fbb6da96a1f0995ff.tar.bz2 gentoo-2-5f30f94a765d7489216a8e3fbb6da96a1f0995ff.zip |
Disabled tests wrt bug #147897
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild')
-rw-r--r-- | dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild b/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild index faa05acd2bf5..41b1326b85c7 100644 --- a/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild +++ b/dev-perl/Text-Aspell/Text-Aspell-0.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/Text-Aspell/Text-Aspell-0.05.ebuild,v 1.4 2006/08/06 00:16:05 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Aspell/Text-Aspell-0.05.ebuild,v 1.5 2006/09/20 21:38:14 ian Exp $ inherit perl-module @@ -13,9 +13,9 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc sparc ~x86" IUSE="" -SRC_TEST="do" +# Disabling tests for now - see bug #147897 --ian +#SRC_TEST="do" DEPEND="app-text/aspell dev-lang/perl" RDEPEND="${DEPEND}" - |