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/enthoughtbase: enthoughtbase-3.0.3.ebuild
Date: Sun, 28 Feb 2010 10:47:27
Message-Id: E1NlggA-0004vs-DG@stork.gentoo.org
1 arfrever 10/02/28 10:47:18
2
3 Modified: enthoughtbase-3.0.3.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.6 dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild?r1=1.5&r2=1.6
14
15 Index: enthoughtbase-3.0.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- enthoughtbase-3.0.3.ebuild 26 Feb 2010 04:47:30 -0000 1.5
22 +++ enthoughtbase-3.0.3.ebuild 28 Feb 2010 10:47:17 -0000 1.6
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/enthoughtbase/enthoughtbase-3.0.3.ebuild,v 1.5 2010/02/26 04:47:30 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild,v 1.6 2010/02/28 10:47:17 arfrever Exp $
28
29 EAPI="2"
30 SUPPORT_PYTHON_ABIS="1"
31 @@ -42,7 +42,7 @@
32 distutils_src_compile
33 if use doc; then
34 export VARTEXFONTS="${T}/fonts"
35 - ${python} setup.py build_docs --formats=html,pdf \
36 + "$(PYTHON -f)" setup.py build_docs --formats=html,pdf \
37 || die "doc building failed"
38 fi
39 }