diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-09-28 21:45:28 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-09-28 22:25:40 -0400 |
commit | c14cafa64cca30c58c87e2f857d566288b25b6a6 (patch) | |
tree | 43e5f11790bab2b45caad269447bf07e7eb31335 /media-libs/mesa/mesa-9999.ebuild | |
parent | media-libs/mesa: Drop old versions (diff) | |
download | gentoo-c14cafa64cca30c58c87e2f857d566288b25b6a6.tar.gz gentoo-c14cafa64cca30c58c87e2f857d566288b25b6a6.tar.bz2 gentoo-c14cafa64cca30c58c87e2f857d566288b25b6a6.zip |
media-libs/mesa: Drop Python 3.12 compatibility
Closes: https://bugs.gentoo.org/908249
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-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 cb3c42959970..948deaaf177d 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..12} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit llvm meson-multilib python-any-r1 linux-info |