From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 792EB1381F3 for ; Mon, 26 Nov 2012 21:53:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3207FE064A; Mon, 26 Nov 2012 21:53:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98ACDE064A for ; Mon, 26 Nov 2012 21:53:37 +0000 (UTC) Received: from pomiocik.lan (87-205-66-159.adsl.inetia.pl [87.205.66.159]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 3E8C933D9B0; Mon, 26 Nov 2012 21:53:34 +0000 (UTC) Date: Mon, 26 Nov 2012 22:54:58 +0100 From: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= To: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= Cc: gentoo-python@lists.gentoo.org, python@gentoo.org Subject: Re: [gentoo-python] [PATCH 10/10] Stop passing meaningless EPYTHON to make. Message-ID: <20121126225458.28332558@pomiocik.lan> In-Reply-To: <1353964837-24198-11-git-send-email-mgorny@gentoo.org> References: <1353964837-24198-1-git-send-email-mgorny@gentoo.org> <1353964837-24198-11-git-send-email-mgorny@gentoo.org> Organization: Gentoo X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.13; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussions centering around the Python ecosystem in Gentoo Linux X-BeenThere: gentoo-python@gentoo.org X-BeenThere: gentoo-python@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA256; boundary="Sig_/5BIhvAlMEbBx/=AqhSBQ9Ss"; protocol="application/pgp-signature" X-Archives-Salt: fa48edd5-15f5-4c0a-89c1-4df06b8c0107 X-Archives-Hash: 5dbcdb1cf7c1661eaf5fc5c3de49fa41 --Sig_/5BIhvAlMEbBx/=AqhSBQ9Ss Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 26 Nov 2012 22:20:37 +0100 Micha=C5=82 G=C3=B3rny wrote: > --- > gx86/dev-lang/python/python-2.7.3-r3.ebuild | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/gx86/dev-lang/python/python-2.7.3-r3.ebuild b/gx86/dev-lang/= python/python-2.7.3-r3.ebuild > index 2182837..9f7d98c 100644 > --- a/gx86/dev-lang/python/python-2.7.3-r3.ebuild > +++ b/gx86/dev-lang/python/python-2.7.3-r3.ebuild > @@ -197,7 +197,7 @@ src_configure() { > } > =20 > src_compile() { > - emake EPYTHON=3D"python${PV%%.*}" || die "emake failed" > + default > =20 > # Work around bug 329499. See also bug 413751. > pax-mark m python Ok, Arfrever pointed me out that EPYTHON is necessary to enforce a specific Python version sometimes. TODO: add an utility function to get best installed python version matching criteria. --=20 Best regards, Micha=C5=82 G=C3=B3rny --Sig_/5BIhvAlMEbBx/=AqhSBQ9Ss Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iJwEAQEIAAYFAlCz5TIACgkQfXuS5UK5QB0f8gP5Ack02q7fbX+hL9AnjVv+1+sn YL/xNbc007DjS4MBekCuu1Pcy9QfDblnsZvj3b45XsG7nQWDKrdMQIJeaQQuCpL6 3OPfdfkapPHPAw7sFe+J65Gfyn75mgWJpNiKKjFIz2DkdwGG+IinQGAXGQuKWAMj oE/wKNtlK00j0i8JR/o= =P5xJ -----END PGP SIGNATURE----- --Sig_/5BIhvAlMEbBx/=AqhSBQ9Ss--