From: Mike Lothian Date: Sun, 12 Aug 2018 22:45:11 +0000 (+0100) Subject: media-libs/mesa: Use python3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fc84ea093d8452a6c193a330097e796ea2189e03;p=gentoo.git media-libs/mesa: Use python3 Mesa's meson build only uses python 3 as of commit 2ee1c86d71be ("meson: Build with Python 3") Closes: https://github.com/gentoo/gentoo/pull/9556 --- diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 48cf2cd6807d..995d5d6a4bab 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_4 python3_5 python3_6 python3_7 ) inherit llvm meson multilib-minimal pax-utils python-any-r1