xmw 14/05/30 15:47:12 Added: xpra-0.13.1-ignore-gentoo-no-compile.patch Log: Version bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.1 x11-wm/xpra/files/xpra-0.13.1-ignore-gentoo-no-compile.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/files/xpra-0.13.1-ignore-gentoo-no-compile.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/files/xpra-0.13.1-ignore-gentoo-no-compile.patch?rev=1.1&content-type=text/plain Index: xpra-0.13.1-ignore-gentoo-no-compile.patch =================================================================== --- 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)
