diff options
author | David Seifert <soap@gentoo.org> | 2019-09-14 22:47:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-09-14 22:47:57 +0200 |
commit | 02a5af911678b5f2920287ddd40f2a3dbec01a7d (patch) | |
tree | 4f1aba9c12ef36f2c6f96c77e52261a85c9b0c87 /dev-util/boost-build | |
parent | app-emulation/slirp4netns: Remove old versions (diff) | |
download | gentoo-02a5af911678b5f2920287ddd40f2a3dbec01a7d.tar.gz gentoo-02a5af911678b5f2920287ddd40f2a3dbec01a7d.tar.bz2 gentoo-02a5af911678b5f2920287ddd40f2a3dbec01a7d.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/boost-build')
-rw-r--r-- | dev-util/boost-build/boost-build-1.71.0.ebuild | 8 |
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 } |