projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d06cf1f
)
profiles/prefix/make.defaults: add python3_5 to PYTHON_TARGETS
author
Fabian Groffen
<grobian@gentoo.org>
Thu, 21 Jan 2016 18:17:12 +0000
(19:17 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Thu, 21 Jan 2016 18:17:12 +0000
(19:17 +0100)
profiles/prefix/make.defaults
patch
|
blob
|
history
diff --git
a/profiles/prefix/make.defaults
b/profiles/prefix/make.defaults
index 9d648919deef70edc731bc844d0a4ad088624b92..32d8a4c305473229d62b2cc015bc19386fba9121 100644
(file)
--- 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"