commit: e29bd6d83ecf615794b869debf96065347d607f4
Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 01:15:08 2023 +0000
Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 01:21:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29bd6d8
dev-util/vulkan-tools: enable py3.12
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
dev-util/vulkan-tools/vulkan-tools-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
index ae7ec142589b..1269dcab52ee 100644
--- a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
MY_PN=Vulkan-Tools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit cmake-multilib python-any-r1
if [[ ${PV} == *9999* ]]; then