profiles/prefix: PYTHON_TARGETS is not incremental: just set to 2_7+3_5
authorMichael Haubenwallner <haubi@gentoo.org>
Wed, 5 Apr 2017 14:11:29 +0000 (16:11 +0200)
committerMichael Haubenwallner <haubi@gentoo.org>
Wed, 5 Apr 2017 14:11:29 +0000 (16:11 +0200)
profiles/prefix/make.defaults

index 25d0d80f4e9b914a1eede2461350fd9027f64d29..3a50bb6258d7f47f91acb97a4c62bcc2ea8142c7 100644 (file)
@@ -13,4 +13,4 @@ FEATURES="collision-protect"
 # Python 3.5 is unmasked for us, build stuff by default, in particular
 # for bug #572502 where the default python is set to 3.5 for it was
 # built first.
-PYTHON_TARGETS="-python3_4 python3_5"
+PYTHON_TARGETS="python2_7 python3_5"