From bbac240aabe65636c764dbf37ffa22ee131b9871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Nizio?= Date: Wed, 27 Sep 2017 21:15:59 +0200 Subject: [PATCH] intel/make.conf: PYTHON_SINGLE_TARGET="python3_5" Currently python3_4. --- conf/intel/portage/make.conf.amd64 | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index 53d8517f..560ae145 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -58,6 +58,7 @@ GENTOO_MIRRORS="ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ rsync://gentoo USE_PYTHON="2.7" PYTHON_TARGETS="python2_7 python3_5" +PYTHON_SINGLE_TARGET="python3_5" # Some more forced targets PHP_TARGETS="php5-6"