commit:     27150fd922e2f8fa91f4bd6029cc26b3abf7c948
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 16:36:39 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 16:36:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27150fd9

dev-libs/boost: Fix python libname

Gentoo-bug: 604036, 604046

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/boost/files/boost-1.63.0-fix-python.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

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
index abfefb6..18ca2f5 100644
--- a/dev-libs/boost/files/boost-1.63.0-fix-python.patch
+++ b/dev-libs/boost/files/boost-1.63.0-fix-python.patch
@@ -1,3 +1,14 @@
+--- a/boostcpp.jam
++++ b/boostcpp.jam
+@@ -104,7 +104,7 @@
+ python-id = [ option.get "python-buildid" ] ;
+ if $(python-id)
+ {
+-    PYTHON_ID = [ regex.replace $(python-id) [*\\/:.\"\'] _ ] ;
++    PYTHON_ID = [ regex.replace $(python-id) [*\\/:\"\'] _ ] ;
+ }
+ 
+ 
 --- a/libs/python/build/Jamfile
 +++ b/libs/python/build/Jamfile
 @@ -30,22 +30,6 @@

Reply via email to