summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lothian <mike@fireburn.co.uk>2018-08-12 23:45:11 +0100
committerMatt Turner <mattst88@gentoo.org>2018-08-12 16:00:06 -0700
commitfc84ea093d8452a6c193a330097e796ea2189e03 (patch)
tree0f101c277f34ad09b0ed6cf8a0bec9efbafa32e7
parent01d7f9782e7e15c44c0f3e54988d9bee893adece (diff)
downloadgentoo-fc84ea093d8452a6c193a330097e796ea2189e03.tar.gz
gentoo-fc84ea093d8452a6c193a330097e796ea2189e03.tar.xz
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
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 48cf2cd6807..995d5d6a4ba 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