commit: b8d513a6a66b4e440edd4e2e35ed0f7dc274f83c Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> AuthorDate: Wed Apr 5 14:11:29 2017 +0000 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> CommitDate: Wed Apr 5 14:11:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d513a6
profiles/prefix: PYTHON_TARGETS is not incremental: just set to 2_7+3_5 profiles/prefix/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index 25d0d80f4e9..3a50bb6258d 100644 --- a/profiles/prefix/make.defaults +++ b/profiles/prefix/make.defaults @@ -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"
