Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/xpra/files: xpra-0.7.1-ignore-gentoo-no-compile.patch
Date: Mon, 29 Oct 2012 19:01:41
Message-Id: 20121029190129.3A97721601@flycatcher.gentoo.org
1 xmw 12/10/29 19:01:29
2
3 Added: xpra-0.7.1-ignore-gentoo-no-compile.patch
4 Log:
5 Revbump to address .so situation.
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.1 x11-wm/xpra/files/xpra-0.7.1-ignore-gentoo-no-compile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/files/xpra-0.7.1-ignore-gentoo-no-compile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/xpra/files/xpra-0.7.1-ignore-gentoo-no-compile.patch?rev=1.1&content-type=text/plain
14
15 Index: xpra-0.7.1-ignore-gentoo-no-compile.patch
16 ===================================================================
17 --- xpra-0.7.1/setup.py
18 +++ xpra-0.7.1/setup.py
19 @@ -135,7 +135,7 @@
20 #then expects to find the cython modules!? ie:
21 #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
22 if "--no-compile" in sys.argv and not ("build" in sys.argv and "install" in sys.argv):
23 - return
24 + pass
25 global ext_modules, cmdclass
26 cython_version_check(min_version)
27 from Cython.Distutils import build_ext