diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-05-25 01:06:26 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-05-25 01:06:26 +0100 |
commit | 811b67f77f308779b392bb690de1f3180e227847 (patch) | |
tree | 888e83feaeb6de4dc0f81ae176703fc217bdd120 | |
parent | sys-kernel/stable-sources: add 6.3.4, drop 6.3.3 (diff) | |
download | portage-811b67f77f308779b392bb690de1f3180e227847.tar.xz |
linux-build.eclass: bump PYTHON_COMPAT
-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 2eb01ed3..fb274440 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -17,7 +17,7 @@ esac ETYPE="sources" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit savedconfig llvm python-any-r1 kernel-2 detect_version |