profiles/prefix/make.defaults: add python3_5 to PYTHON_TARGETS
authorFabian Groffen <grobian@gentoo.org>
Thu, 21 Jan 2016 18:17:12 +0000 (19:17 +0100)
committerFabian Groffen <grobian@gentoo.org>
Thu, 21 Jan 2016 18:17:12 +0000 (19:17 +0100)
profiles/prefix/make.defaults

index 9d648919deef70edc731bc844d0a4ad088624b92..32d8a4c305473229d62b2cc015bc19386fba9121 100644 (file)
@@ -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"