diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-06-14 22:10:37 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-06-14 22:11:12 +0100 |
commit | 53f1ec92a7d580cbcbd4059307a72fa587ee2b03 (patch) | |
tree | e15d8e7c12922bc6bcd98f6a59d7df945e1bba0f /eclass | |
parent | sys-firmware/gnuk: enable python3_10 (diff) | |
download | portage-53f1ec92a7d580cbcbd4059307a72fa587ee2b03.tar.xz |
eclass/linux-build: enable python3_10
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 174d9dde..a7ccbdb3 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -17,7 +17,7 @@ esac ETYPE="sources" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit savedconfig llvm python-any-r1 kernel-2 detect_version |