From 17c9ae552cc404b6b4cf250e7ef429b89f8a6da9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Dec 2017 03:27:31 +0000 Subject: use python 3.4 as SINGLE_TARGET --- conf/intel/portage/global.conf/python.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/intel/portage/global.conf/python.conf b/conf/intel/portage/global.conf/python.conf index 5994b23..03964e4 100644 --- a/conf/intel/portage/global.conf/python.conf +++ b/conf/intel/portage/global.conf/python.conf @@ -1,2 +1,3 @@ USE_PYTHON="2.7 3.4" PYTHON_TARGETS="python2_7 python3_4" +PYTHON_SINGLE_TARGET="python3_4" -- cgit v1.2.3