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

This commit is contained in:
Fabian Groffen
2016-01-21 19:17:12 +01:00
parent d06cf1f237
commit 837bc4d788

View 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"