Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-util/boost-build/files/, dev-util/boost-build/
Date: Wed, 10 Feb 2021 09:29:00
Message-Id: 1612949331.e51698f56a5d218bab480477efcf10b96277d61d.heroxbd@gentoo
1 commit: e51698f56a5d218bab480477efcf10b96277d61d
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 10 09:14:51 2021 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 10 09:28:51 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e51698f5
7
8 dev-util/boost-build: fix patches.
9
10 remove darwin patch that is irrelevant.
11
12 add missing patch.
13
14 Package-Manager: Portage-3.0.14, Repoman-3.0.1
15 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
16
17 dev-util/boost-build/boost-build-1.72.0.ebuild | 1 -
18 .../files/boost-build-1.71.0-disable_python_rpath.patch | 11 +++++++++++
19 2 files changed, 11 insertions(+), 1 deletion(-)
20
21 diff --git a/dev-util/boost-build/boost-build-1.72.0.ebuild b/dev-util/boost-build/boost-build-1.72.0.ebuild
22 index 8b9b36742..7b78ca129 100644
23 --- a/dev-util/boost-build/boost-build-1.72.0.ebuild
24 +++ b/dev-util/boost-build/boost-build-1.72.0.ebuild
25 @@ -21,7 +21,6 @@ S="${WORKDIR}/boost_${MY_PV}/tools/build/src"
26
27 PATCHES=(
28 "${FILESDIR}"/${PN}-1.71.0-disable_python_rpath.patch
29 - "${FILESDIR}"/${PN}-1.71.0-darwin-gentoo-toolchain.patch
30 "${FILESDIR}"/${PN}-1.71.0-add-none-feature-options.patch
31 "${FILESDIR}"/${PN}-1.71.0-respect-c_ld-flags.patch
32 "${FILESDIR}"/${PN}-1.71.0-no-implicit-march-flags.patch
33
34 diff --git a/dev-util/boost-build/files/boost-build-1.71.0-disable_python_rpath.patch b/dev-util/boost-build/files/boost-build-1.71.0-disable_python_rpath.patch
35 new file mode 100644
36 index 000000000..b7b47cc93
37 --- /dev/null
38 +++ b/dev-util/boost-build/files/boost-build-1.71.0-disable_python_rpath.patch
39 @@ -0,0 +1,11 @@
40 +--- a/tools/python.jam
41 ++++ b/tools/python.jam
42 +@@ -1000,7 +1000,7 @@
43 + # linux).
44 + : $(usage-requirements)
45 + <testing.launcher>$(set-PYTHONPATH)
46 +- <library-path>$(libraries) <dll-path>$(dll-path) <library>python.lib
47 ++ <library-path>$(libraries) <library>python.lib
48 + ;
49 + }
50 +