mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-apps/igt-gpu-tools: Add Python 3.13 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -7,7 +7,7 @@ if [[ ${PV} = *9999* ]]; then
|
||||
GIT_ECLASS="git-r3"
|
||||
fi
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
inherit ${GIT_ECLASS} meson python-any-r1
|
||||
|
||||
DESCRIPTION="Intel GPU userland tools"
|
||||
|
||||
Reference in New Issue
Block a user