diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-12-21 14:13:23 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-12-21 14:13:23 -0500 |
commit | 2f2f065d4014c408dbdcf271c9e05065e1ebe94f (patch) | |
tree | 2eda4d3eb217c932db57128374d4a40115d5ed56 /media-libs | |
parent | media-libs/mesa: Enable free codecs (diff) | |
download | gentoo-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>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
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 |