diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2016-02-26 22:49:18 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2016-02-26 22:49:18 +0300 |
commit | 926bbe1815c86e38722f6b635874bc99981734aa (patch) | |
tree | 8ce5e6fd8904f10c32cc1790ae754097f7f587b8 /dev-libs/boost/files/boost-1.51.0-support_dots_in_python-buildid.patch | |
parent | d80e68a99ac0400828912cfe25c59b45e3f69005 (diff) |
removed boost, boost-build - outdated
Diffstat (limited to 'dev-libs/boost/files/boost-1.51.0-support_dots_in_python-buildid.patch')
-rw-r--r-- | dev-libs/boost/files/boost-1.51.0-support_dots_in_python-buildid.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-libs/boost/files/boost-1.51.0-support_dots_in_python-buildid.patch b/dev-libs/boost/files/boost-1.51.0-support_dots_in_python-buildid.patch deleted file mode 100644 index c8dc6e1..0000000 --- a/dev-libs/boost/files/boost-1.51.0-support_dots_in_python-buildid.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- libs/mpi/build/Jamfile.v2 -+++ libs/mpi/build/Jamfile.v2 -@@ -30,7 +30,7 @@ - python-id = [ option.get "python-buildid" ] ; - if $(python-id) - { -- PYTHON_ID = [ regex.replace $(python-id) [*\\/:.\"\'] _ ] ; -+ PYTHON_ID = [ regex.replace $(python-id) [*\\/:\"\'] _ ] ; - } - - rule tag ( name : type ? : property-set ) ---- libs/python/build/Jamfile.v2 -+++ libs/python/build/Jamfile.v2 -@@ -36,7 +36,7 @@ - python-id = [ option.get "python-buildid" ] ; - if $(python-id) - { -- PYTHON_ID = [ regex.replace $(python-id) [*\\/:.\"\'] _ ] ; -+ PYTHON_ID = [ regex.replace $(python-id) [*\\/:\"\'] _ ] ; - } - - |