diff options
author | Matt Turner <mattst88@gmail.com> | 2022-06-13 22:59:21 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-06-13 22:59:21 -0400 |
commit | 1d4376d1bdebc573cb0a5e8cd2f1932c8febbff8 (patch) | |
tree | 7f58968cfa88efbf78111d2f9add8563203a5005 /base/etc | |
parent | d651f25fd91a100dbcc18de0f3e3f4a343c167c8 (diff) |
package.use: Switch to Python 3.10
Diffstat (limited to 'base/etc')
-rw-r--r-- | base/etc/portage/package.use/python | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/etc/portage/package.use/python b/base/etc/portage/package.use/python index 7ee75eb..a9931a6 100644 --- a/base/etc/portage/package.use/python +++ b/base/etc/portage/package.use/python @@ -1,3 +1,3 @@ -*/* PYTHON_TARGETS: -python2_7 -python3_8 python3_9 -*/* PYTHON_SINGLE_TARGET: -python2_7 -python3_8 python3_9 +*/* PYTHON_TARGETS: -python3_9 python3_10 +*/* PYTHON_SINGLE_TARGET: -python3_9 python3_10 dev-lang/python lto pgo |