projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9952ed5
)
profiles/prefix: disable python3_4, we have 3_5 already (#575096)
author
Michael Haubenwallner
<haubi@gentoo.org>
Mon, 3 Apr 2017 15:36:04 +0000
(17:36 +0200)
committer
Michael Haubenwallner
<haubi@gentoo.org>
Mon, 3 Apr 2017 15:36:04 +0000
(17:36 +0200)
profiles/prefix/make.defaults
patch
|
blob
|
history
diff --git
a/profiles/prefix/make.defaults
b/profiles/prefix/make.defaults
index 80957ae11ba68485fdd018c2b390cc3a22adfc07..25d0d80f4e9b914a1eede2461350fd9027f64d29 100644
(file)
--- 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="
${PYTHON_TARGETS}
python3_5"
+PYTHON_TARGETS="
-python3_4
python3_5"