Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link/files: pilot-link-0.12.3-distutils.patch
Date: Sun, 24 Feb 2008 22:03:20
Message-Id: E1JTOwH-0000Dx-Np@stork.gentoo.org
1 eva 08/02/24 22:03:17
2
3 Added: pilot-link-0.12.3-distutils.patch
4 Log:
5 fix python/distutils eclass use, bug #207667
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-pda/pilot-link/files/pilot-link-0.12.3-distutils.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-distutils.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-distutils.patch?rev=1.1&content-type=text/plain
13
14 Index: pilot-link-0.12.3-distutils.patch
15 ===================================================================
16 --- bindings/Makefile.am.old 2008-02-24 22:47:19.000000000 +0100
17 +++ bindings/Makefile.am 2008-02-24 22:47:40.000000000 +0100
18 @@ -25,16 +25,10 @@
19 -cd $(srcdir)/Python && $(PYTHON) setup.py clean
20 -cd $(srcdir)/Python && rm -rf build
21
22 -if WITH_PYTHON
23 -PYTHON_ALL = python-build
24 -PYTHON_INSTALL = python-install
25 -PYTHON_CLEAN = python-clean
26 -else
27 PYTHON_ALL =
28 PYTHON_INSTALL =
29 PYTHON_MCLEAN =
30 PYTHON_CLEAN =
31 -endif
32
33 #
34 # Perl Building
35
36
37
38 --
39 gentoo-commits@l.g.o mailing list