Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/files/
Date: Sat, 28 Dec 2013 19:03:06
Message-Id: 1388257356.6cdb4734267df8754ebea2a67762c108c6ba126b.pesa@gentoo
1 commit: 6cdb4734267df8754ebea2a67762c108c6ba126b
2 Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 28 19:02:36 2013 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 19:02:36 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=6cdb4734
7
8 [dev-python/PyQt4] Update qreal patch for arm.
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 .../PyQt4/files/PyQt4-4.7.3-qreal_float_support.patch | 15 ---------------
14 1 file changed, 15 deletions(-)
15
16 diff --git a/dev-python/PyQt4/files/PyQt4-4.7.3-qreal_float_support.patch b/dev-python/PyQt4/files/PyQt4-4.7.3-qreal_float_support.patch
17 index 958fe56..37e1e69 100644
18 --- a/dev-python/PyQt4/files/PyQt4-4.7.3-qreal_float_support.patch
19 +++ b/dev-python/PyQt4/files/PyQt4-4.7.3-qreal_float_support.patch
20 @@ -5,21 +5,6 @@
21 ## to qlist.sip on architectures where qreal != double
22
23 @DPATCH@
24 -Index: python-qt4-4.7.2/configure.py
25 -===================================================================
26 ---- python-qt4-4.7.2.orig/configure.py 2010-03-17 19:29:19.000000000 +0100
27 -+++ python-qt4-4.7.2/configure.py 2010-03-25 23:53:55.468631945 +0100
28 -@@ -1915,8 +1915,9 @@
29 - out << "PyQt_NoOpenGLES\\n";
30 - #endif
31 -
32 -- if (sizeof (qreal) != sizeof (double))
33 -+#if defined(QT_NO_FPU) || defined(QT_ARCH_ARM) || defined(QT_ARCH_WINDOWSCE)
34 - out << "PyQt_qreal_double\\n";
35 -+#endif
36 -
37 - return 0;
38 - }
39 Index: python-qt4-4.7.2/sip/QtCore/qlist.sip
40 ===================================================================
41 --- python-qt4-4.7.2.orig/sip/QtCore/qlist.sip 2010-03-17 19:29:26.000000000 +0100