Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.7.ebuild
Date: Sun, 28 Feb 2010 12:31:21
Message-Id: E1NliIo-0000jH-9N@stork.gentoo.org
1 arfrever 10/02/28 12:31:18
2
3 Modified: PyQt4-4.7.ebuild
4 Log:
5 Set PYTHON_EXPORT_PHASE_FUNCTIONS instead of PYTHON_DEFINE_DEFAULT_FUNCTIONS.
6 (Portage version: 15497-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-python/PyQt4/PyQt4-4.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.ebuild?r1=1.2&r2=1.3
14
15 Index: PyQt4-4.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- PyQt4-4.7.ebuild 20 Jan 2010 00:13:26 -0000 1.2
22 +++ PyQt4-4.7.ebuild 28 Feb 2010 12:31:17 -0000 1.3
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.ebuild,v 1.2 2010/01/20 00:13:26 abcd Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.ebuild,v 1.3 2010/02/28 12:31:17 arfrever Exp $
28
29 EAPI="2"
30 -PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
31 +PYTHON_EXPORT_PHASE_FUNCTIONS="1"
32 SUPPORT_PYTHON_ABIS="1"
33
34 inherit qt4-r2 python toolchain-funcs
35 @@ -136,7 +136,7 @@
36 }
37
38 src_compile() {
39 - python_execute_function -d -s
40 + python_src_compile
41 }
42
43 src_install() {