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 D1AF11381F3 for ; Sat, 15 Dec 2012 14:27:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04867E06AF; Sat, 15 Dec 2012 14:27:11 +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 86159E06AF for ; Sat, 15 Dec 2012 14:27:11 +0000 (UTC) Received: from pomiocik.lan (159-205-67-229.adsl.inetia.pl [159.205.67.229]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 1A0AB33DCA7; Sat, 15 Dec 2012 14:27:08 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-python@lists.gentoo.org Cc: python@gentoo.org, cpp@gentoo.org, =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-python] [PATCH] Pass absolute Python interpreter path to boost. Date: Sat, 15 Dec 2012 15:27:18 +0100 Message-Id: <1355581638-625-1-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 1.8.0.2 In-Reply-To: <1355571266.795013.9.camel@storm> References: <1355571266.795013.9.camel@storm> 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 X-Archives-Salt: dbda12f3-a037-43ce-801f-900b997fb18c X-Archives-Hash: 981ebb4defc90d1e7f183a7ea8d325ce This is the way recommended upstream, and it guarantees that our Python interpreter will be used, along with paths and version obtained from it. --- gx86/dev-libs/boost/boost-1.52.0-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gx86/dev-libs/boost/boost-1.52.0-r5.ebuild b/gx86/dev-libs/boost/boost-1.52.0-r5.ebuild index 10bd293..55e0f89 100644 --- a/gx86/dev-libs/boost/boost-1.52.0-r5.ebuild +++ b/gx86/dev-libs/boost/boost-1.52.0-r5.ebuild @@ -49,7 +49,7 @@ create_user-config.jam() { fi if use python; then - python_configuration="using python : ${EPYTHON#python} ;" + python_configuration="using python : : ${PYTHON} ;" fi cat > user-config.jam << __EOF__ -- 1.8.0.2