summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-04-21 18:29:30 -0400
committerMatt Turner <mattst88@gentoo.org>2024-04-21 18:40:13 -0400
commit8a8423e5c9f9fda0b7710326ebff9ccb561b5991 (patch)
treec690de9e493636f0d7090faa4c2ba888119c1f08 /media-libs
parentnet-p2p/kubo: fixup VariableOrderWrong (diff)
downloadgentoo-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.ebuild4
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