Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/boost-build/
Date: Sat, 14 Sep 2019 20:48:21
Message-Id: 1568494077.02a5af911678b5f2920287ddd40f2a3dbec01a7d.soap@gentoo
1 commit: 02a5af911678b5f2920287ddd40f2a3dbec01a7d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 14 20:47:57 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 14 20:47:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a5af91
7
8 dev-util/boost-build: Remove dead python hack
9
10 Closes: https://bugs.gentoo.org/694374
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 dev-util/boost-build/boost-build-1.71.0.ebuild | 8 --------
15 1 file changed, 8 deletions(-)
16
17 diff --git a/dev-util/boost-build/boost-build-1.71.0.ebuild b/dev-util/boost-build/boost-build-1.71.0.ebuild
18 index 2aa4b388cbd..d41c9ef2006 100644
19 --- a/dev-util/boost-build/boost-build-1.71.0.ebuild
20 +++ b/dev-util/boost-build/boost-build-1.71.0.ebuild
21 @@ -71,14 +71,6 @@ src_prepare() {
22
23 src_configure() {
24 hprefixify engine/Jambase
25 - if use python; then
26 - # replace versions by user-selected one (TODO: fix this when slot-op
27 - # deps are available to always match the best version available)
28 - sed -i \
29 - -e "s|27 26 25 24 23 22|${EPYTHON#python}|" \
30 - engine/build.jam || die "sed failed"
31 - fi
32 -
33 tc-export CXX
34 }