summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-06-04 12:07:47 -0400
committerMatt Turner <mattst88@gentoo.org>2024-06-04 12:08:05 -0400
commit802c7ec1cc1126c38b5d1fd366fcdb366540dbbe (patch)
treef975e08e35bac8eefb00deff3b3648cd5f0ad784 /x11-libs
parentdev-python/pipx: Bump to 1.6.0 (diff)
downloadgentoo-802c7ec1cc1126c38b5d1fd366fcdb366540dbbe.tar.gz
gentoo-802c7ec1cc1126c38b5d1fd366fcdb366540dbbe.tar.bz2
gentoo-802c7ec1cc1126c38b5d1fd366fcdb366540dbbe.zip
x11-libs/libdrm: Add Python 3.13 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libdrm/libdrm-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index aaedf84080c4..3f5e53d9399c 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"