commit: 230bf9fbbba080030da1f6f5f34289d39dfce9e1
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 17:07:01 2024 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 17:07:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230bf9fb
sys-kernel/linux-docs: disable py3.9
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
sys-kernel/linux-docs/linux-docs-6.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-kernel/linux-docs/linux-docs-6.8.2.ebuild
b/sys-kernel/linux-docs/linux-docs-6.8.2.ebuild
index 28d22f8553d9..3d172e9b7add 100644
--- a/sys-kernel/linux-docs/linux-docs-6.8.2.ebuild
+++ b/sys-kernel/linux-docs/linux-docs-6.8.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9,10,11,12} )
+PYTHON_COMPAT=( python3_{10,11,12} )
inherit linux-info python-any-r1 toolchain-funcs
MY_P=linux-${PV}