Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/files/
Date: Thu, 29 Dec 2016 16:37:15
Message-Id: 1483029418.27150fd922e2f8fa91f4bd6029cc26b3abf7c948.soap@gentoo
1 commit: 27150fd922e2f8fa91f4bd6029cc26b3abf7c948
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 16:36:39 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 16:36:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27150fd9
7
8 dev-libs/boost: Fix python libname
9
10 Gentoo-bug: 604036, 604046
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 dev-libs/boost/files/boost-1.63.0-fix-python.patch | 11 +++++++++++
15 1 file changed, 11 insertions(+)
16
17 diff --git a/dev-libs/boost/files/boost-1.63.0-fix-python.patch b/dev-libs/boost/files/boost-1.63.0-fix-python.patch
18 index abfefb6..18ca2f5 100644
19 --- a/dev-libs/boost/files/boost-1.63.0-fix-python.patch
20 +++ b/dev-libs/boost/files/boost-1.63.0-fix-python.patch
21 @@ -1,3 +1,14 @@
22 +--- a/boostcpp.jam
23 ++++ b/boostcpp.jam
24 +@@ -104,7 +104,7 @@
25 + python-id = [ option.get "python-buildid" ] ;
26 + if $(python-id)
27 + {
28 +- PYTHON_ID = [ regex.replace $(python-id) [*\\/:.\"\'] _ ] ;
29 ++ PYTHON_ID = [ regex.replace $(python-id) [*\\/:\"\'] _ ] ;
30 + }
31 +
32 +
33 --- a/libs/python/build/Jamfile
34 +++ b/libs/python/build/Jamfile
35 @@ -30,22 +30,6 @@