diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-06-01 09:59:40 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-06-01 10:16:17 -0400 |
commit | 51eb0a90e9f06667ef4cb04bd11d1e3a79bc6d5f (patch) | |
tree | 2577cd36408da0df42bf6328bb2cfbfc6ced7471 /dev-util/apitrace | |
parent | dev-util/apitrace: use pkg-config for waffle (diff) | |
download | gentoo-51eb0a90e9f06667ef4cb04bd11d1e3a79bc6d5f.tar.gz gentoo-51eb0a90e9f06667ef4cb04bd11d1e3a79bc6d5f.tar.bz2 gentoo-51eb0a90e9f06667ef4cb04bd11d1e3a79bc6d5f.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/apitrace')
-rw-r--r-- | dev-util/apitrace/apitrace-9.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |