summaryrefslogtreecommitdiff
path: root/conf/intel/portage/make.conf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-16 14:39:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-16 14:39:45 +0100
commit03c602394e2edd4fcec4b10e7cce84f396786f6a (patch)
tree2debe5ac5a5e87cbd6f885d1032068d165c8228f /conf/intel/portage/make.conf
parent66665ca7158924a8af62fd790f646ce39980b982 (diff)
switch to python3.9
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 94c659a..6af4137 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="3.8"
-PYTHON_TARGETS="python3_8"
-PYTHON_SINGLE_TARGET="python3_8"
+USE_PYTHON="3.9"
+PYTHON_TARGETS="python3_9"
+PYTHON_SINGLE_TARGET="python3_9"