From 27150fd922e2f8fa91f4bd6029cc26b3abf7c948 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 29 Dec 2016 18:36:39 +0200 Subject: 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(+) (limited to 'dev-libs') 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 abfefb6a786..18ca2f56671 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 @@ -- cgit v1.2.1