From bef63a5a36ade53acee6a55be2b5013c1ef08c84 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 18 Feb 2021 10:23:05 +0100 Subject: kernel-build.eclass: Use python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/771207 Signed-off-by: Michał Górny --- eclass/kernel-build.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass index 249f038fa107..46f5b939f992 100644 --- a/eclass/kernel-build.eclass +++ b/eclass/kernel-build.eclass @@ -32,7 +32,9 @@ case "${EAPI:-0}" in ;; esac -inherit savedconfig toolchain-funcs kernel-install +PYTHON_COMPAT=( python3_{7..9} ) + +inherit python-any-r1 savedconfig toolchain-funcs kernel-install BDEPEND=" sys-devel/bc -- cgit v1.2.3-65-gdbad