summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-02-28 12:31:17 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-02-28 12:31:17 +0000
commitc198915bea1e60f8c1fabcec0c3b4de86de32d9c (patch)
tree10d428df410e09278e9228fb7f6f85b855f04e8d /dev-python/PyQt4
parentVersion bump. Remove old. (diff)
downloadgentoo-2-c198915bea1e60f8c1fabcec0c3b4de86de32d9c.tar.gz
gentoo-2-c198915bea1e60f8c1fabcec0c3b4de86de32d9c.tar.bz2
gentoo-2-c198915bea1e60f8c1fabcec0c3b4de86de32d9c.zip
Set PYTHON_EXPORT_PHASE_FUNCTIONS instead of PYTHON_DEFINE_DEFAULT_FUNCTIONS.
(Portage version: 15497-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r--dev-python/PyQt4/PyQt4-4.7.ebuild6
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() {