commit:     837bc4d78824ea30f52718059dcc96d8a23d72d0
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 18:17:12 2016 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 18:17:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837bc4d7

profiles/prefix/make.defaults: add python3_5 to PYTHON_TARGETS

 profiles/prefix/make.defaults | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/prefix/make.defaults b/profiles/prefix/make.defaults
index 9d64891..32d8a4c 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"

Reply via email to