diff options
author | Mike Lothian <mike@fireburn.co.uk> | 2018-08-12 23:45:11 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-08-12 16:00:06 -0700 |
commit | fc84ea093d8452a6c193a330097e796ea2189e03 (patch) | |
tree | 0f101c277f34ad09b0ed6cf8a0bec9efbafa32e7 /media-libs/mesa/mesa-9999.ebuild | |
parent | sys-devel/gcc: new 1.2 patchset for 8.2.0 (diff) | |
download | gentoo-fc84ea093d8452a6c193a330097e796ea2189e03.tar.gz gentoo-fc84ea093d8452a6c193a330097e796ea2189e03.tar.bz2 gentoo-fc84ea093d8452a6c193a330097e796ea2189e03.zip |
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
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |