commit: 51eb0a90e9f06667ef4cb04bd11d1e3a79bc6d5f Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Jun 1 13:59:40 2023 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Jun 1 14:16:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51eb0a90
dev-util/apitrace: enable py3.11 Seems(?) fine (don't really use this, but tried it a bit with glxgears), albeit tests still fail for unrelated (to python) reasons wrt bug #738888. Still needs a bump, but this is just a quick drive-by and have no intention to look at this myself. Closes: https://bugs.gentoo.org/896914 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-util/apitrace/apitrace-9.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/apitrace/apitrace-9.0-r3.ebuild b/dev-util/apitrace/apitrace-9.0-r3.ebuild index bf951a975ea6..a0e487e61f88 100644 --- a/dev-util/apitrace/apitrace-9.0-r3.ebuild +++ b/dev-util/apitrace/apitrace-9.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake-multilib multilib python-single-r1 DESCRIPTION="Tool for tracing, analyzing, and debugging graphics APIs"
