diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-04-21 18:29:30 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-04-21 18:40:13 -0400 |
commit | 8a8423e5c9f9fda0b7710326ebff9ccb561b5991 (patch) | |
tree | c690de9e493636f0d7090faa4c2ba888119c1f08 /media-libs | |
parent | net-p2p/kubo: fixup VariableOrderWrong (diff) | |
download | gentoo-8a8423e5c9f9fda0b7710326ebff9ccb561b5991.tar.gz gentoo-8a8423e5c9f9fda0b7710326ebff9ccb561b5991.tar.bz2 gentoo-8a8423e5c9f9fda0b7710326ebff9ccb561b5991.zip |
media-libs/libepoxy: Add Python 3.12 compatibility
Bug: https://bugs.gentoo.org/919911
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libepoxy/libepoxy-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index 0016899e1df5..5bc5cc5fd964 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE='xml(+)' inherit meson-multilib python-any-r1 virtualx |