diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-01 03:27:31 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-01 03:27:31 +0000 |
commit | 17c9ae552cc404b6b4cf250e7ef429b89f8a6da9 (patch) | |
tree | 2924a7ca0558c95ed33ddbd862ec1cd96870b916 /conf | |
parent | 3131366a77bfc38e9d3dfa3d00f67d705a10ecc4 (diff) |
use python 3.4 as SINGLE_TARGET
Diffstat (limited to 'conf')
-rw-r--r-- | conf/intel/portage/global.conf/python.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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" |