Gentoo Archives: gentoo-python

From: "Michał Górny" <mgorny@g.o>
To: "Michał Górny" <mgorny@g.o>
Cc: gentoo-python@l.g.o, python@g.o
Subject: Re: [gentoo-python] [PATCH 10/10] Stop passing meaningless EPYTHON to make.
Date: Mon, 26 Nov 2012 21:53:43
Message-Id: 20121126225458.28332558@pomiocik.lan
In Reply to: [gentoo-python] [PATCH 10/10] Stop passing meaningless EPYTHON to make. by "Michał Górny"
1 On Mon, 26 Nov 2012 22:20:37 +0100
2 Michał Górny <mgorny@g.o> wrote:
3
4 > ---
5 > gx86/dev-lang/python/python-2.7.3-r3.ebuild | 2 +-
6 > 1 file changed, 1 insertion(+), 1 deletion(-)
7 >
8 > diff --git a/gx86/dev-lang/python/python-2.7.3-r3.ebuild b/gx86/dev-lang/python/python-2.7.3-r3.ebuild
9 > index 2182837..9f7d98c 100644
10 > --- a/gx86/dev-lang/python/python-2.7.3-r3.ebuild
11 > +++ b/gx86/dev-lang/python/python-2.7.3-r3.ebuild
12 > @@ -197,7 +197,7 @@ src_configure() {
13 > }
14 >
15 > src_compile() {
16 > - emake EPYTHON="python${PV%%.*}" || die "emake failed"
17 > + default
18 >
19 > # Work around bug 329499. See also bug 413751.
20 > pax-mark m python
21
22 Ok, Arfrever pointed me out that EPYTHON is necessary to enforce
23 a specific Python version sometimes.
24
25 TODO: add an utility function to get best installed python version
26 matching criteria.
27
28 --
29 Best regards,
30 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature