commit: 6b0e798797745db1224c10816f91bba282bc04a8 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 17:00:47 2024 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 17:01:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0e7987
sys-kernel/linux-docs: enable py3.12 Closes: https://bugs.gentoo.org/929848 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 15ca9ae39bce..28d22f8553d9 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} ) +PYTHON_COMPAT=( python3_{9,10,11,12} ) inherit linux-info python-any-r1 toolchain-funcs MY_P=linux-${PV}