summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-12-29 18:36:39 +0200
committerDavid Seifert <soap@gentoo.org>2016-12-29 18:36:58 +0200
commit27150fd922e2f8fa91f4bd6029cc26b3abf7c948 (patch)
treee5a2826e7da0c50c85b5840fcdf37616c4c1d6bf /dev-libs
parentmedia-libs/phonon: Drop ia64/sparc to testing (diff)
downloadgentoo-27150fd922e2f8fa91f4bd6029cc26b3abf7c948.tar.gz
gentoo-27150fd922e2f8fa91f4bd6029cc26b3abf7c948.tar.bz2
gentoo-27150fd922e2f8fa91f4bd6029cc26b3abf7c948.zip
dev-libs/boost: Fix python libname
Gentoo-bug: 604036, 604046 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/boost/files/boost-1.63.0-fix-python.patch11
1 files changed, 11 insertions, 0 deletions
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 abfefb6a7860..18ca2f566711 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 @@