projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e06d59
)
dev-util/vulkan-tools: Add Python 3.7 support
author
Matt Turner
<mattst88@gentoo.org>
Sun, 28 Jul 2019 22:51:55 +0000
(15:51 -0700)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
index 2cac7708424a37a6e136286d044545d7ced1adf5..2a6ce1302f76bf40c29ef72e599cfbe76bd9e178 100644
(file)
--- 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"