Skip to content

Commit

Permalink
dev-libs/boost: Fix python libname
Browse files Browse the repository at this point in the history
Gentoo-bug: 604036, 604046

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
SoapGentoo committed Dec 29, 2016
1 parent fa3f6eb commit 27150fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dev-libs/boost/files/boost-1.63.0-fix-python.patch
Original file line number Diff line number Diff line change
@@ -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 @@
Expand Down

0 comments on commit 27150fd

Please sign in to comment.