commit: 6dfade72889d63401ee41ebf70480c08805f9414
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 22:51:55 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 22:52:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfade72
dev-util/vulkan-tools: Add Python 3.7 support
Signed-off-by: Matt Turner <mattst88 <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 2cac7708424..2a6ce1302f7 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"