summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-12-21 14:13:23 -0500
committerMatt Turner <mattst88@gentoo.org>2023-12-21 14:13:23 -0500
commit2f2f065d4014c408dbdcf271c9e05065e1ebe94f (patch)
tree2eda4d3eb217c932db57128374d4a40115d5ed56
parentmedia-libs/mesa: Enable free codecs (diff)
downloadgentoo-2f2f065d4014c408dbdcf271c9e05065e1ebe94f.tar.gz
gentoo-2f2f065d4014c408dbdcf271c9e05065e1ebe94f.tar.bz2
gentoo-2f2f065d4014c408dbdcf271c9e05065e1ebe94f.zip
media-libs/mesa: Add Python 3.12 compatibility
Closes: https://bugs.gentoo.org/919912 Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 15c11249c613..bc50a7cf90af 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit llvm meson-multilib python-any-r1 linux-info