projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d457e42
)
dev-util/boost-build: Remove dead python hack
author
David Seifert
<soap@gentoo.org>
Sat, 14 Sep 2019 20:47:57 +0000
(22:47 +0200)
committer
David Seifert
<soap@gentoo.org>
Sat, 14 Sep 2019 20:47:57 +0000
(22:47 +0200)
Closes: https://bugs.gentoo.org/694374
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
dev-util/boost-build/boost-build-1.71.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/boost-build/boost-build-1.71.0.ebuild
b/dev-util/boost-build/boost-build-1.71.0.ebuild
index 2aa4b388cbd2d2d503f21fe9b2a401109431908f..d41c9ef2006a348b0e7a436ba55dd5c2296e64c6 100644
(file)
--- a/
dev-util/boost-build/boost-build-1.71.0.ebuild
+++ b/
dev-util/boost-build/boost-build-1.71.0.ebuild
@@
-71,14
+71,6
@@
src_prepare() {
src_configure() {
hprefixify engine/Jambase
- if use python; then
- # replace versions by user-selected one (TODO: fix this when slot-op
- # deps are available to always match the best version available)
- sed -i \
- -e "s|27 26 25 24 23 22|${EPYTHON#python}|" \
- engine/build.jam || die "sed failed"
- fi
-
tc-export CXX
}