Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/qscintilla-python/files: qscintilla-python-2.5.1-disable_stripping.patch
Date: Tue, 26 Apr 2011 19:28:09
Message-Id: 20110426192800.100AB20054@flycatcher.gentoo.org
1 arfrever 11/04/26 19:28:00
2
3 Added: qscintilla-python-2.5.1-disable_stripping.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.0_alpha30_p2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/qscintilla-python/files/qscintilla-python-2.5.1-disable_stripping.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/files/qscintilla-python-2.5.1-disable_stripping.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qscintilla-python/files/qscintilla-python-2.5.1-disable_stripping.patch?rev=1.1&content-type=text/plain
14
15 Index: qscintilla-python-2.5.1-disable_stripping.patch
16 ===================================================================
17 --- Python/configure.py
18 +++ Python/configure.py
19 @@ -312,7 +312,8 @@
20 universal=pyqt.universal,
21 arch=pyqt.arch,
22 prot_is_public=opts.prot_is_public,
23 - deployment_target=pyqt.deployment_target
24 + deployment_target=pyqt.deployment_target,
25 + strip=0
26 )
27 else:
28 makefile = Makefile(
29 @@ -321,7 +322,8 @@
30 install_dir=opts.qscimoddir,
31 installs=installs,
32 static=opts.static,
33 - debug=opts.debug
34 + debug=opts.debug,
35 + strip=0
36 )
37
38 if qsci_define: