From 6dfade72889d63401ee41ebf70480c08805f9414 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 28 Jul 2019 15:51:55 -0700 Subject: [PATCH] dev-util/vulkan-tools: Add Python 3.7 support Signed-off-by: Matt Turner --- 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 2cac7708424a..2a6ce1302f76 100644 --- a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-Tools.git" -- 2.26.2