diff options
author | Matthew Smith <matthew@gentoo.org> | 2023-02-26 12:41:20 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2023-02-26 12:42:59 +0000 |
commit | 4edd136810ff4890524b6c67503987b2f4baf02f (patch) | |
tree | 66e1fae8665929c9f43bf51a0fe14083d9228ee7 /media-gfx/renderdoc | |
parent | dev-python/pytest-testinfra: s/EPYTEST_IGNORE/EPYTEST_DESELECT/g (diff) | |
download | gentoo-4edd136810ff4890524b6c67503987b2f4baf02f.tar.gz gentoo-4edd136810ff4890524b6c67503987b2f4baf02f.tar.bz2 gentoo-4edd136810ff4890524b6c67503987b2f4baf02f.zip |
media-gfx/renderdoc: enable py3.11
Versions prior to 1.24 are not compatible.
Bug: https://bugs.gentoo.org/896990
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'media-gfx/renderdoc')
-rw-r--r-- | media-gfx/renderdoc/renderdoc-1.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/renderdoc/renderdoc-1.24.ebuild b/media-gfx/renderdoc/renderdoc-1.24.ebuild index d7e55bb1ce79..4dad205e9f48 100644 --- a/media-gfx/renderdoc/renderdoc-1.24.ebuild +++ b/media-gfx/renderdoc/renderdoc-1.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ AUTOTOOLS_AUTO_DEPEND="no" DOCS_BUILDER="sphinx" DOCS_DIR="docs" # For Python 3.11, see https://github.com/baldurk/renderdoc/issues/2730 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools cmake flag-o-matic optfeature python-single-r1 docs qmake-utils verify-sig xdg DESCRIPTION="A stand-alone graphics debugging tool" |