From: Matt Turner Date: Sun, 28 Jul 2019 22:51:55 +0000 (-0700) Subject: dev-util/vulkan-tools: Add Python 3.7 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6dfade72889d63401ee41ebf70480c08805f9414;p=gentoo.git dev-util/vulkan-tools: Add Python 3.7 support Signed-off-by: Matt Turner --- 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"