diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 12:38:38 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-02-28 12:38:38 +0000 |
commit | ed786672c71b8c5f2374803f1e052b1ec799d3e6 (patch) | |
tree | e88005b6226a333b1cccabde0af2c040af91c3a5 /dev-python/PyQt4 | |
parent | Version bump. Remove old. (diff) | |
download | historical-ed786672c71b8c5f2374803f1e052b1ec799d3e6.tar.gz historical-ed786672c71b8c5f2374803f1e052b1ec799d3e6.tar.bz2 historical-ed786672c71b8c5f2374803f1e052b1ec799d3e6.zip |
Set PYTHON_EXPORT_PHASE_FUNCTIONS instead of PYTHON_DEFINE_DEFAULT_FUNCTIONS.
Package-Manager: portage-15497-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/PyQt4/PyQt4-4.7.ebuild b/dev-python/PyQt4/PyQt4-4.7.ebuild index 0aa8906351b4..1dfea0fc7da1 100644 --- a/dev-python/PyQt4/PyQt4-4.7.ebuild +++ b/dev-python/PyQt4/PyQt4-4.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.ebuild,v 1.2 2010/01/20 00:13:26 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.ebuild,v 1.3 2010/02/28 12:31:17 arfrever Exp $ EAPI="2" -PYTHON_DEFINE_DEFAULT_FUNCTIONS="1" +PYTHON_EXPORT_PHASE_FUNCTIONS="1" SUPPORT_PYTHON_ABIS="1" inherit qt4-r2 python toolchain-funcs @@ -136,7 +136,7 @@ src_configure() { } src_compile() { - python_execute_function -d -s + python_src_compile } src_install() { |