mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
committed by
Michał Górny
parent
768657ad10
commit
ff572affc0
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user