commit: 4edd136810ff4890524b6c67503987b2f4baf02f Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sun Feb 26 12:41:20 2023 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Sun Feb 26 12:42:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4edd1368
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 <AT> gentoo.org> media-gfx/renderdoc/renderdoc-1.24.ebuild | 4 ++-- 1 file 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"
