diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-08-14 17:07:08 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-08-14 17:57:52 -0400 |
commit | 0a669daf1e1861d4177db4f171470cacd272aab6 (patch) | |
tree | b8a6c0e174618a7ec2a3fbcfc99c6232695de0d6 /media-libs/mesa | |
parent | dev-util/intel_clc: Version bump to 24.2.0 (diff) | |
download | gentoo-0a669daf1e1861d4177db4f171470cacd272aab6.tar.gz gentoo-0a669daf1e1861d4177db4f171470cacd272aab6.tar.bz2 gentoo-0a669daf1e1861d4177db4f171470cacd272aab6.zip |
media-libs/mesa: Add Python 3.13 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-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 6da3a0f80393..09fe187fa481 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 LLVM_COMPAT=( {15..18} ) LLVM_OPTIONAL=1 CARGO_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic llvm-r1 meson-multilib python-any-r1 linux-info rust-toolchain toolchain-funcs |