summaryrefslogtreecommitdiffstats
path: root/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2015-01-01 21:50:56 +0100
committerFrançois Andriot <[email protected]>2015-01-01 21:50:56 +0100
commit2822eef2353d92b4931382152d89dbf9740c7f23 (patch)
tree9adf3478a74c121674249153cdaaf5765ba4adeb /redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch
parent7def4cde27c56b46d32f56956d57d862cdd1d7ce (diff)
downloadtde-packaging-2822eef2353d92b4931382152d89dbf9740c7f23.tar.gz
tde-packaging-2822eef2353d92b4931382152d89dbf9740c7f23.zip
RPM packaging: update python-trinity
Diffstat (limited to 'redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch')
-rw-r--r--redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch b/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch
deleted file mode 100644
index 7769b4f27..000000000
--- a/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- python-trinity/configure.py.ORI 2012-08-05 00:02:51.785715468 +0200
-+++ python-trinity/configure.py 2012-08-05 00:03:02.312464939 +0200
-@@ -513,7 +513,7 @@
-
- for file in dist:
- if file.find ("andrake") > 0:
-- kde_sip_flags.remove ("ALL")
-+ kde_sip_flags.pop()
- kde_sip_flags.append ("D_MANDRAKE")
-
- def set_sip_flags():