dev-util/boost-build: Don't use python3 (bug #583406).
authorLars Wendler <polynomial-c@gentoo.org>
Wed, 18 May 2016 12:57:04 +0000 (14:57 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 18 May 2016 12:57:19 +0000 (14:57 +0200)
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
dev-util/boost-build/boost-build-1.61.0.ebuild

index 70502d4a7018b9402b6568e34677118cc988bf54..f0f588d713f7dfd9542da59e8268937228410ee2 100644 (file)
@@ -6,7 +6,7 @@ EAPI="6"
 
 RESTRICT="test"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 )
 inherit eutils flag-o-matic python-single-r1 toolchain-funcs versionator
 
 MY_PV="$(replace_all_version_separators _)"
@@ -85,7 +85,7 @@ src_configure() {
                # 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|2.7 2.6 2.5 2.4 2.3 2.2|${EPYTHON#python}|" \
+                       -e "s|27 26 25 24 23 22|${EPYTHON#python}|" \
                        engine/build.jam || die "sed failed"
        fi
 }