diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2019-10-23 18:27:39 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2019-10-23 18:27:39 -0400 |
commit | 2aba5149d9e2597daa900546ed4dcd6eeed135b5 (patch) | |
tree | 71f5c51cad231e7ccba380c5a32c6219c37cd7ef /media-libs/vulkan-loader/vulkan-loader-1.1.125.ebuild | |
parent | app-emulation/ganeti-instance-image: stablize for infra (diff) | |
download | gentoo-2aba5149d9e2597daa900546ed4dcd6eeed135b5.tar.gz gentoo-2aba5149d9e2597daa900546ed4dcd6eeed135b5.tar.bz2 gentoo-2aba5149d9e2597daa900546ed4dcd6eeed135b5.zip |
media-libs/vulkan-loader: Allow python 3.7
Fixes: https://bugs.gentoo.org/698386
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'media-libs/vulkan-loader/vulkan-loader-1.1.125.ebuild')
-rw-r--r-- | media-libs/vulkan-loader/vulkan-loader-1.1.125.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/vulkan-loader/vulkan-loader-1.1.125.ebuild b/media-libs/vulkan-loader/vulkan-loader-1.1.125.ebuild index 644dce6b3439..2d672fe1761d 100644 --- a/media-libs/vulkan-loader/vulkan-loader-1.1.125.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-1.1.125.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-Loader.git" |