From 2efa3cfa4e4c64ebdeb9d78bad1f78111af75d13 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 8 Jun 2022 10:48:29 +0200 Subject: kernel-build.eclass: Enable py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- eclass/kernel-build.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eclass/kernel-build.eclass') diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass index 05fd2b3d3d69..dbd9080ab98a 100644 --- a/eclass/kernel-build.eclass +++ b/eclass/kernel-build.eclass @@ -33,7 +33,7 @@ case "${EAPI:-0}" in ;; esac -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-any-r1 savedconfig toolchain-funcs kernel-install @@ -43,7 +43,8 @@ BDEPEND=" sys-devel/bc sys-devel/flex virtual/libelf - virtual/yacc" + virtual/yacc +" # @FUNCTION: kernel-build_src_configure # @DESCRIPTION: -- cgit v1.2.3-65-gdbad