diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-04-05 16:11:29 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-04-05 16:11:29 +0200 |
commit | b8d513a6a66b4e440edd4e2e35ed0f7dc274f83c (patch) | |
tree | 2940c0c4d7b17b3f809e6d287e34451c76371ff1 /profiles/prefix | |
parent | sys-apps/baselayout-prefix: fix etc/profile in chained prefix (diff) | |
download | gentoo-b8d513a6a66b4e440edd4e2e35ed0f7dc274f83c.tar.gz gentoo-b8d513a6a66b4e440edd4e2e35ed0f7dc274f83c.tar.bz2 gentoo-b8d513a6a66b4e440edd4e2e35ed0f7dc274f83c.zip |
profiles/prefix: PYTHON_TARGETS is not incremental: just set to 2_7+3_5
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults index 25d0d80f4e9b..3a50bb6258d7 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" |