dev-util/vulkan-tools: Add Python 3.7 support
authorMatt Turner <mattst88@gentoo.org>
Sun, 28 Jul 2019 22:51:55 +0000 (15:51 -0700)
committerMatt Turner <mattst88@gentoo.org>
Sun, 28 Jul 2019 22:52:37 +0000 (15:52 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
dev-util/vulkan-tools/vulkan-tools-9999.ebuild

index 2cac7708424a37a6e136286d044545d7ced1adf5..2a6ce1302f76bf40c29ef72e599cfbe76bd9e178 100644 (file)
@@ -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"