summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2009-09-06 23:07:44 +0000
committerChristian Ruppert <idl0r@gentoo.org>2009-09-06 23:07:44 +0000
commitf4b2cf017103c70bf38ca7cbc979cbeac62a8e03 (patch)
tree075c446f99587c62692784a3750e6ce8738b478a /dev-python/PyQt/files
parentMake get_version quieter over repeated calls. (diff)
downloadhistorical-f4b2cf017103c70bf38ca7cbc979cbeac62a8e03.tar.gz
historical-f4b2cf017103c70bf38ca7cbc979cbeac62a8e03.tar.bz2
historical-f4b2cf017103c70bf38ca7cbc979cbeac62a8e03.zip
Remove unused patch.
Diffstat (limited to 'dev-python/PyQt/files')
-rw-r--r--dev-python/PyQt/files/python_2.5_build_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/PyQt/files/python_2.5_build_fix.patch b/dev-python/PyQt/files/python_2.5_build_fix.patch
deleted file mode 100644
index f52f56510e1a..000000000000
--- a/dev-python/PyQt/files/python_2.5_build_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- PyQt-x11-gpl-3.18/sip/qt/qobject.sip 2009-06-05 11:58:25.000000000 +0300
-+++ PyQt-x11-gpl-3.18.1-snapshot-20090610/sip/qt/qobject.sip 2009-06-11 05:30:14.000000000 +0300
-@@ -1649,7 +1649,7 @@
- // universal slot a child of the transmitter. This doesn't work as
- // expected because QWidget destroys its children before emitting the
- // destroyed signal.)
-- if (tx && PyObject_TypeCheck(tx, (PyTypeObject *)sipClass_QObject))
-+ if (tx && PyObject_TypeCheck((PyObject *)tx, (PyTypeObject *)sipClass_QObject))
- qtx = reinterpret_cast<QObject *>(conn.sc_transmitter);
-
- return new UniversalSlot(qtx, &conn, member);