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/pygame: pygame-1.9.1.ebuild
Date: Sun, 28 Feb 2010 11:07:48
Message-Id: E1Nlgzw-0005qL-NH@stork.gentoo.org
1 arfrever 10/02/28 11:07:44
2
3 Modified: pygame-1.9.1.ebuild
4 Log:
5 Use $(PYTHON -f) instead of python.
6 (Portage version: 15495-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 dev-python/pygame/pygame-1.9.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygame/pygame-1.9.1.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygame/pygame-1.9.1.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pygame/pygame-1.9.1.ebuild?r1=1.7&r2=1.8
14
15 Index: pygame-1.9.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.9.1.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- pygame-1.9.1.ebuild 9 Jan 2010 20:51:23 -0000 1.7
22 +++ pygame-1.9.1.ebuild 28 Feb 2010 11:07:44 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.9.1.ebuild,v 1.7 2010/01/09 20:51:23 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.9.1.ebuild,v 1.8 2010/02/28 11:07:44 arfrever Exp $
28
29 EAPI="2"
30 SUPPORT_PYTHON_ABIS="1"
31 @@ -34,7 +34,7 @@
32 }
33
34 src_configure() {
35 - python config.py -auto
36 + "$(PYTHON -f)" config.py -auto
37 sed -i -e 's:X11R6/lib:lib64:g' Setup
38 use X || sed -i -e 's:scrap :#scrap :' Setup
39 }