projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a2f0cf
)
media-libs/shaderc-2019.0 Remove python2 support
author
Mike Lothain
<mike@fireburn.co.uk>
Tue, 22 Oct 2019 11:58:00 +0000
(12:58 +0100)
committer
Nick Sarnie
<sarnex@gentoo.org>
Tue, 22 Oct 2019 22:32:20 +0000
(18:32 -0400)
This app errors when using python2, add python 3.7 too
Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=698236
Closes: https://github.com/gentoo/gentoo/pull/13379
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
media-libs/shaderc/shaderc-2019.0.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/shaderc/shaderc-2019.0.ebuild
b/media-libs/shaderc/shaderc-2019.0.ebuild
index 1f712cb201dd9cd338f85b02b6e508009a79b44f..21e43c35b894cde1ad1fc578657f7194ad345c82 100644
(file)
--- a/
media-libs/shaderc/shaderc-2019.0.ebuild
+++ b/
media-libs/shaderc/shaderc-2019.0.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python{
2_7,3_5,3_6
} )
+PYTHON_COMPAT=( python{
3_5,3_6,3_7
} )
inherit cmake-multilib python-any-r1