summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-25 01:36:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-25 01:36:27 +0100
commit955f4f933373ef50c02c889bd78978ea2830be90 (patch)
treec4f1c858793fbf6892280bdb1991f7d727f3e306 /conf
parent55c757ee7d0046e719fd388d4226ce68061ab9ac (diff)
bye bye python2
Diffstat (limited to 'conf')
-rw-r--r--conf/intel/portage/make.conf/00-python.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/intel/portage/make.conf/00-python.conf b/conf/intel/portage/make.conf/00-python.conf
index e843cad..988b8e6 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.7"
-PYTHON_TARGETS="python2_7 python3_7"
+USE_PYTHON="3.7"
+PYTHON_TARGETS="python3_7"
PYTHON_SINGLE_TARGET="python3_7"