From: Mike Lothain Date: Tue, 22 Oct 2019 11:58:00 +0000 (+0100) Subject: media-libs/shaderc-2019.0 Remove python2 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=01424b087422771bf89941c77d681a4e60ecf74a;p=gentoo.git media-libs/shaderc-2019.0 Remove python2 support This app errors when using python2, add python 3.7 too Signed-off-by: Mike Lothian Fixes: https://bugs.gentoo.org/show_bug.cgi?id=698236 Closes: https://github.com/gentoo/gentoo/pull/13379 Signed-off-by: Nick Sarnie --- 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