summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/boost-build/boost-build-1.71.0.ebuild8
1 files changed, 0 insertions, 8 deletions
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 2aa4b388cbd2..d41c9ef2006a 100644
--- 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
}