diff options
Diffstat (limited to 'dev-lang/python/python-2.4.4-r14.ebuild')
-rw-r--r-- | dev-lang/python/python-2.4.4-r14.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/python/python-2.4.4-r14.ebuild b/dev-lang/python/python-2.4.4-r14.ebuild index 6e956b1c9832..258e5c0ddbb8 100644 --- a/dev-lang/python/python-2.4.4-r14.ebuild +++ b/dev-lang/python/python-2.4.4-r14.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-lang/python/python-2.4.4-r14.ebuild,v 1.1 2008/07/31 13:55:53 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r14.ebuild,v 1.2 2008/10/26 21:40:28 hawking Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -293,8 +293,8 @@ src_test() { return fi - # PYTHON_DONTCOMPILE=1 breaks test_import - unset PYTHON_DONTCOMPILE + # Disabling byte compiling breaks test_import + python_enable_pyc #skip all tests that fail during emerge but pass without emerge: #(See bug# 67970) |