summaryrefslogtreecommitdiff
path: root/eclass/linux-build.eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-06-14 22:10:37 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-06-14 22:11:12 +0100
commit53f1ec92a7d580cbcbd4059307a72fa587ee2b03 (patch)
treee15d8e7c12922bc6bcd98f6a59d7df945e1bba0f /eclass/linux-build.eclass
parentsys-firmware/gnuk: enable python3_10 (diff)
downloadportage-53f1ec92a7d580cbcbd4059307a72fa587ee2b03.tar.xz
eclass/linux-build: enable python3_10
Diffstat (limited to 'eclass/linux-build.eclass')
-rw-r--r--eclass/linux-build.eclass2
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