summaryrefslogtreecommitdiff
path: root/conf/intel/portage/make.conf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 12:21:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 12:21:38 +0100
commitf9073a6b2450bc851385b2aa92add924f78a6053 (patch)
treeb5ccc91c668d2c2c3297ecbbcb3c65b0937d4dd3 /conf/intel/portage/make.conf
parent9004f7c7e2dd1d45dfa5cb2114d9c2f3e8007eb5 (diff)
oops, I meant python3.7
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..e843cad 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.7"
+PYTHON_TARGETS="python2_7 python3_7"
+PYTHON_SINGLE_TARGET="python3_7"