summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-10-26 21:40:28 +0000
committerAli Polatel <hawking@gentoo.org>2008-10-26 21:40:28 +0000
commit4559436831f31e8d3e204f77b95e48cebbe970e2 (patch)
tree09c15f54e215718433aedc9259d3c627b97e541f /dev-lang/python/python-2.4.4-r14.ebuild
parentInstall iptables headers again and fix by Arfrever Frehtes Taifersar Arahesis... (diff)
downloadgentoo-2-4559436831f31e8d3e204f77b95e48cebbe970e2.tar.gz
gentoo-2-4559436831f31e8d3e204f77b95e48cebbe970e2.tar.bz2
gentoo-2-4559436831f31e8d3e204f77b95e48cebbe970e2.zip
Use python_{en,dis}able_pyc.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'dev-lang/python/python-2.4.4-r14.ebuild')
-rw-r--r--dev-lang/python/python-2.4.4-r14.ebuild6
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)