intel/make.conf: Bump PYTHON_TARGETS to 3.8

This commit is contained in:
Joost Ruis
2020-08-19 19:29:10 +02:00
parent 21b3a262a4
commit f2e534b520
+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.8"
PYTHON_TARGETS="python3_8"
PYTHON_SINGLE_TARGET="python3_8"
# Some more forced targets
PHP_TARGETS="php7-3"