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 B3EC11381F3 for ; Fri, 14 Dec 2012 22:08:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63CE221C06B; Fri, 14 Dec 2012 22:08:35 +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 D576321C06B for ; Fri, 14 Dec 2012 22:08:34 +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 C3DFB33DCE4; Fri, 14 Dec 2012 22:08:32 +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 1/3] Let boost figure out the Python includedir itself. Date: Fri, 14 Dec 2012 23:08:34 +0100 Message-Id: <1355522916-23815-2-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 1.8.0.2 In-Reply-To: <1355522916-23815-1-git-send-email-mgorny@gentoo.org> References: <1355522916-23815-1-git-send-email-mgorny@gentoo.org> 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: 97d6fbd4-ec18-4465-a5ab-3ac36872793a X-Archives-Hash: 1ceebeefe686660afde175f32586d980 The bootstrap script uses the sole version as well, and boost finds the includes and libraries just fine. --- 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 8659246..4f20fdf 100644 --- a/gx86/dev-libs/boost/boost-1.52.0-r5.ebuild +++ b/gx86/dev-libs/boost/boost-1.52.0-r5.ebuild @@ -50,7 +50,7 @@ create_user-config.jam() { fi if use python; then - python_configuration="using python : $(python_get_version) : /usr : $(python_get_includedir) : /usr/$(get_libdir) ;" + python_configuration="using python : $(python_get_version) ;" fi cat > user-config.jam << __EOF__ -- 1.8.0.2