From: David Seifert Date: Sat, 14 Sep 2019 20:47:57 +0000 (+0200) Subject: dev-util/boost-build: Remove dead python hack X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=02a5af911678b5f2920287ddd40f2a3dbec01a7d;p=gentoo.git dev-util/boost-build: Remove dead python hack Closes: https://bugs.gentoo.org/694374 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: David Seifert --- 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 }