summaryrefslogtreecommitdiff
path: root/conf/intel/portage/make.conf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 12:19:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 12:19:22 +0100
commit9004f7c7e2dd1d45dfa5cb2114d9c2f3e8007eb5 (patch)
tree55cad0b7c6914de732df1a8b3f6e5d7131c36701 /conf/intel/portage/make.conf
parent43ee299f8ac062edb0bf7f5dd99158e1a219903d (diff)
switch default python implementation to python3.8
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 f90ac8b..58a4b7e 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.6"
-PYTHON_TARGETS="python2_7 python3_6"
-PYTHON_SINGLE_TARGET="python3_6"
+USE_PYTHON="2.7 3.8"
+PYTHON_TARGETS="python2_7 python3_8"
+PYTHON_SINGLE_TARGET="python3_8"