media-libs/vulkan-loader: Allow python 3.7
authorNick Sarnie <sarnex@gentoo.org>
Wed, 23 Oct 2019 22:27:39 +0000 (18:27 -0400)
committerNick Sarnie <sarnex@gentoo.org>
Wed, 23 Oct 2019 22:27:39 +0000 (18:27 -0400)
Fixes: https://bugs.gentoo.org/698386
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
media-libs/vulkan-loader/vulkan-loader-1.1.125.ebuild
media-libs/vulkan-loader/vulkan-loader-9999.ebuild

index 644dce6b34395926b7427d23be99b71c30e8b8fc..2d672fe1761d4ffc6908def5ede2c27fdd36ca1b 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-Loader.git"
index 644dce6b34395926b7427d23be99b71c30e8b8fc..2d672fe1761d4ffc6908def5ede2c27fdd36ca1b 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-Loader.git"