From 5b875685ec57d8d290d2d80cf35e8e616dcf5293 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 15 May 2021 10:14:22 -0700 Subject: package.use: Switch to Python 3.9 --- base/etc/portage/package.use/python | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/etc') diff --git a/base/etc/portage/package.use/python b/base/etc/portage/package.use/python index 4af1a76..71069dc 100644 --- a/base/etc/portage/package.use/python +++ b/base/etc/portage/package.use/python @@ -1,2 +1,2 @@ -*/* PYTHON_TARGETS: -python2_7 -python3_8 python3_8 -*/* PYTHON_SINGLE_TARGET: -python2_7 -python3_8 python3_8 +*/* PYTHON_TARGETS: -python2_7 -python3_8 python3_9 +*/* PYTHON_SINGLE_TARGET: -python2_7 -python3_8 python3_9 -- cgit v1.2.3