Gentoo Archives: gentoo-python

From: "Michał Górny" <mgorny@g.o>
To: gentoo-python@l.g.o
Cc: python@g.o, cpp@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-python] [PATCH 1/3] Let boost figure out the Python includedir itself.
Date: Fri, 14 Dec 2012 22:08:44
Message-Id: 1355522916-23815-2-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-python] [PATCHes] boost migration to python-r1 by "Michał Górny"
1 The bootstrap script uses the sole version as well, and boost finds
2 the includes and libraries just fine.
3 ---
4 gx86/dev-libs/boost/boost-1.52.0-r5.ebuild | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7 diff --git a/gx86/dev-libs/boost/boost-1.52.0-r5.ebuild b/gx86/dev-libs/boost/boost-1.52.0-r5.ebuild
8 index 8659246..4f20fdf 100644
9 --- a/gx86/dev-libs/boost/boost-1.52.0-r5.ebuild
10 +++ b/gx86/dev-libs/boost/boost-1.52.0-r5.ebuild
11 @@ -50,7 +50,7 @@ create_user-config.jam() {
12 fi
13
14 if use python; then
15 - python_configuration="using python : $(python_get_version) : /usr : $(python_get_includedir) : /usr/$(get_libdir) ;"
16 + python_configuration="using python : $(python_get_version) ;"
17 fi
18
19 cat > user-config.jam << __EOF__
20 --
21 1.8.0.2

Replies