summaryrefslogtreecommitdiff
path: root/conf/intel/portage/make.conf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 12:30:51 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 12:30:51 +0100
commitc9e4f3b5ccba965d74d4c642d15268c12d5b96b1 (patch)
treeea0b0317330e99c4006b2750a3c6523f7d9055c9 /conf/intel/portage/make.conf
parent24021c5adefa631fb2fc1eba3fed58a9c6cad556 (diff)
Revert "switch default python implementation to python3.8"
This reverts commit 9004f7c7e2dd1d45dfa5cb2114d9c2f3e8007eb5.
Diffstat (limited to 'conf/intel/portage/make.conf')
-rw-r--r--conf/intel/portage/make.conf/00-python.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/intel/portage/make.conf/00-python.conf b/conf/intel/portage/make.conf/00-python.conf
index 58a4b7e..f90ac8b 100644
--- a/conf/intel/portage/make.conf/00-python.conf
+++ b/conf/intel/portage/make.conf/00-python.conf
@@ -1,5 +1,5 @@
# This file has been automatically generated, do not edit.
-USE_PYTHON="2.7 3.8"
-PYTHON_TARGETS="python2_7 python3_8"
-PYTHON_SINGLE_TARGET="python3_8"
+USE_PYTHON="2.7 3.6"
+PYTHON_TARGETS="python2_7 python3_6"
+PYTHON_SINGLE_TARGET="python3_6"