summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lothain <mike@fireburn.co.uk>2019-10-22 12:58:00 +0100
committerNick Sarnie <sarnex@gentoo.org>2019-10-22 18:32:20 -0400
commit01424b087422771bf89941c77d681a4e60ecf74a (patch)
tree8444d3cadea22f5f3e84b7ef328d801eab037ddf
parentmail-client/thunderbird-bin: drop old (diff)
downloadgentoo-01424b087422771bf89941c77d681a4e60ecf74a.tar.gz
gentoo-01424b087422771bf89941c77d681a4e60ecf74a.tar.bz2
gentoo-01424b087422771bf89941c77d681a4e60ecf74a.zip
media-libs/shaderc-2019.0 Remove python2 support
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>
-rw-r--r--media-libs/shaderc/shaderc-2019.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/shaderc/shaderc-2019.0.ebuild b/media-libs/shaderc/shaderc-2019.0.ebuild
index 1f712cb201dd..21e43c35b894 100644
--- 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