summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2024-04-13 13:07:01 -0400
committerMike Pagano <mpagano@gentoo.org>2024-04-13 13:07:01 -0400
commit230bf9fbbba080030da1f6f5f34289d39dfce9e1 (patch)
tree0c654f6d92e4ec18c7ebdafe0621e45b291734cf
parentsys-kernel/linux-docs: enable py3.12 (diff)
downloadgentoo-230bf9fbbba080030da1f6f5f34289d39dfce9e1.tar.gz
gentoo-230bf9fbbba080030da1f6f5f34289d39dfce9e1.tar.bz2
gentoo-230bf9fbbba080030da1f6f5f34289d39dfce9e1.zip
sys-kernel/linux-docs: disable py3.9
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r--sys-kernel/linux-docs/linux-docs-6.8.2.ebuild2
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 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}