summaryrefslogtreecommitdiff
path: root/x11-wm/xpra/files/xpra-3.0.2_ignore-gentoo-no-compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/xpra/files/xpra-3.0.2_ignore-gentoo-no-compile.patch')
-rw-r--r--x11-wm/xpra/files/xpra-3.0.2_ignore-gentoo-no-compile.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-wm/xpra/files/xpra-3.0.2_ignore-gentoo-no-compile.patch b/x11-wm/xpra/files/xpra-3.0.2_ignore-gentoo-no-compile.patch
deleted file mode 100644
index 5823ac8c167e..000000000000
--- a/x11-wm/xpra/files/xpra-3.0.2_ignore-gentoo-no-compile.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: xpra-3.0.2/setup.py
-===================================================================
---- xpra-3.0.2.orig/setup.py
-+++ xpra-3.0.2/setup.py
-@@ -516,7 +516,7 @@ def cython_add(extension, min_version="0
- #python2.7 setup.py build -b build-2.7 install --no-compile \
- # --root=/var/tmp/portage/x11-wm/xpra-0.7.0/temp/images/2.7
- if "--no-compile" in sys.argv and not ("build" in sys.argv and "install" in sys.argv):
-- return
-+ pass
- assert cython_ENABLED, "cython compilation is disabled"
- cython_version_check(min_version)
- from Cython.Distutils import build_ext