media-libs/mesa: Use python3
authorMike Lothian <mike@fireburn.co.uk>
Sun, 12 Aug 2018 22:45:11 +0000 (23:45 +0100)
committerMatt Turner <mattst88@gentoo.org>
Sun, 12 Aug 2018 23:00:06 +0000 (16:00 -0700)
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

media-libs/mesa/mesa-9999.ebuild

index 48cf2cd6807d71b0058ecaf1a9d3999b853f1d3e..995d5d6a4babad78db87378151a017fd623ce8dd 100644 (file)
@@ -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