summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-01-27 13:17:38 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-01-27 13:17:59 +0100
commitb3bfa2fb37faaaa35bb427be1875a950631cff90 (patch)
treeb6ec7e54adce15464454886dba2fa54b4f258d44 /x11-wm/xpra/files
parentdev-python/pillow: arm stable wrt bug #706202 (diff)
downloadgentoo-b3bfa2fb37faaaa35bb427be1875a950631cff90.tar.gz
gentoo-b3bfa2fb37faaaa35bb427be1875a950631cff90.tar.bz2
gentoo-b3bfa2fb37faaaa35bb427be1875a950631cff90.zip
x11-wm/xpra: Remove old
Closes: https://bugs.gentoo.org/694244 Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'x11-wm/xpra/files')
-rw-r--r--x11-wm/xpra/files/xpra-0.13.1-ignore-gentoo-no-compile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/xpra/files/xpra-0.13.1-ignore-gentoo-no-compile.patch b/x11-wm/xpra/files/xpra-0.13.1-ignore-gentoo-no-compile.patch
deleted file mode 100644
index 9c580a513557..000000000000
--- a/x11-wm/xpra/files/xpra-0.13.1-ignore-gentoo-no-compile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xpra-0.13.1/setup.py
-+++ xpra-0.13.1/setup.py
-@@ -395,7 +395,7 @@
- #then expects to find the cython modules!? ie:
- #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
- cython_version_check(min_version)
- from Cython.Distutils import build_ext
- ext_modules.append(extension)