intel/make.conf: Use PYTHON_TARGETS to 3.7

This commit is contained in:
Joost Ruis
2020-08-26 19:16:44 +02:00
parent 30bfcf9d06
commit aff5c32a09
+3 -3
View File
@@ -57,9 +57,9 @@ APACHE2_MPMS="prefork"
GENTOO_MIRRORS="ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ rsync://gentoo.bloodhost.ru/gentoo-distfiles ftp://gentoo.mirrors.tds.net/gentoo ftp://ftp.halifax.rwth-aachen.de/gentoo/ rsync://mirror.neolabs.kz/gentoo http://ftp.gentoo.bg/ http://ftp.cc.uoc.gr/mirrors/linux/gentoo/ ftp://ftp.cc.uoc.gr/mirrors/linux/gentoo/ ftp://mirrors.tera-byte.com/pub/gentoo"
ACCEPT_LICENSE="* -@EULA"
USE_PYTHON="3.6"
PYTHON_TARGETS="python3_6"
PYTHON_SINGLE_TARGET="python3_6"
USE_PYTHON="3.7"
PYTHON_TARGETS="python3_7"
PYTHON_SINGLE_TARGET="python3_7"
# Some more forced targets
PHP_TARGETS="php7-3"