mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kernel-build.eclass: Remove py3.10 from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -36,7 +36,7 @@ esac
|
||||
if [[ -z ${_KERNEL_BUILD_ECLASS} ]]; then
|
||||
_KERNEL_BUILD_ECLASS=1
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
if [[ ${KERNEL_IUSE_MODULES_SIGN} ]]; then
|
||||
inherit secureboot
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user