diff options
author | 2008-10-26 21:40:28 +0000 | |
---|---|---|
committer | 2008-10-26 21:40:28 +0000 | |
commit | 1bcc2d0a28ac17358a23aaaac943c9069656763a (patch) | |
tree | 4b30d8b76880c8b3ddc0515de0092ceb11aff094 /dev-lang/python/python-2.4.4-r5.ebuild | |
parent | Install iptables headers again and fix by Arfrever Frehtes Taifersar Arahesis... (diff) | |
download | historical-1bcc2d0a28ac17358a23aaaac943c9069656763a.tar.gz historical-1bcc2d0a28ac17358a23aaaac943c9069656763a.tar.bz2 historical-1bcc2d0a28ac17358a23aaaac943c9069656763a.zip |
Use python_{en,dis}able_pyc.
Package-Manager: portage--svn/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'dev-lang/python/python-2.4.4-r5.ebuild')
-rw-r--r-- | dev-lang/python/python-2.4.4-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/python/python-2.4.4-r5.ebuild b/dev-lang/python/python-2.4.4-r5.ebuild index c0fd85084d1b..7f7c5eb39a7a 100644 --- a/dev-lang/python/python-2.4.4-r5.ebuild +++ b/dev-lang/python/python-2.4.4-r5.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-r5.ebuild,v 1.20 2008/05/29 21:29:02 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r5.ebuild,v 1.21 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 @@ -285,8 +285,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) |