summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2016-01-21 19:17:12 +0100
committerFabian Groffen <grobian@gentoo.org>2016-01-21 19:17:12 +0100
commit837bc4d78824ea30f52718059dcc96d8a23d72d0 (patch)
tree6d729dcf27a51af1b34f68fd1ae6887c5ebbeb68 /profiles/prefix
parentprofiles/prefix: also unmask python_single_target_python3_5 (diff)
downloadgentoo-837bc4d78824ea30f52718059dcc96d8a23d72d0.tar.gz
gentoo-837bc4d78824ea30f52718059dcc96d8a23d72d0.tar.bz2
gentoo-837bc4d78824ea30f52718059dcc96d8a23d72d0.zip
profiles/prefix/make.defaults: add python3_5 to PYTHON_TARGETS
Diffstat (limited to 'profiles/prefix')
-rw-r--r--profiles/prefix/make.defaults5
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
index 9d648919deef..32d8a4c30547 100644
--- a/profiles/prefix/make.defaults
+++ b/profiles/prefix/make.defaults
@@ -10,3 +10,8 @@
USE="readline zlib ncurses ssl"
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="${PYTHON_TARGETS} python3_5"