diff options
author | David Seifert <soap@gentoo.org> | 2016-12-29 18:36:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-12-29 18:36:58 +0200 |
commit | 27150fd922e2f8fa91f4bd6029cc26b3abf7c948 (patch) | |
tree | e5a2826e7da0c50c85b5840fcdf37616c4c1d6bf /dev-libs/boost | |
parent | media-libs/phonon: Drop ia64/sparc to testing (diff) | |
download | gentoo-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/boost')
-rw-r--r-- | dev-libs/boost/files/boost-1.63.0-fix-python.patch | 11 |
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 @@ |