diff options
author | Mike Pagano <mpagano@gentoo.org> | 2024-04-13 13:00:47 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2024-04-13 13:01:38 -0400 |
commit | 6b0e798797745db1224c10816f91bba282bc04a8 (patch) | |
tree | 5e31e3be5b1f0f887579cc11dc4900f4dd4d435f | |
parent | sci-mathematics/dunshire: support python-3.12, drop 3.9 (diff) | |
download | gentoo-6b0e798797745db1224c10816f91bba282bc04a8.tar.gz gentoo-6b0e798797745db1224c10816f91bba282bc04a8.tar.bz2 gentoo-6b0e798797745db1224c10816f91bba282bc04a8.zip |
sys-kernel/linux-docs: enable py3.12
Closes: https://bugs.gentoo.org/929848
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | sys-kernel/linux-docs/linux-docs-6.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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} |