commit: 02a5af911678b5f2920287ddd40f2a3dbec01a7d Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Sep 14 20:47:57 2019 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Sep 14 20:47:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a5af91
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 <soap <AT> gentoo.org> dev-util/boost-build/boost-build-1.71.0.ebuild | 8 -------- 1 file changed, 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 2aa4b388cbd..d41c9ef2006 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 }
