dev-util/apitrace: bump to python 3.9, 3.10

tested by running and reviewing upstream code

Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20956
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Zamarin Arthur
2021-05-23 19:04:27 +03:00
committed by Michał Górny
parent 768657ad10
commit ff572affc0

View File

@@ -4,7 +4,7 @@
EAPI=7
CMAKE_ECLASS=cmake
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7..10} )
inherit cmake-multilib python-single-r1
DESCRIPTION="Tool for tracing, analyzing, and debugging graphics APIs"
@@ -61,6 +61,7 @@ src_configure() {
-DENABLE_GUI=$(multilib_native_usex qt5)
-DENABLE_STATIC_SNAPPY=OFF
-DENABLE_WAFFLE=ON
-DPYTHON_EXECUTABLE="${PYTHON}"
)
cmake_src_configure
}