projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01d7f97
)
media-libs/mesa: Use python3
author
Mike Lothian
<mike@fireburn.co.uk>
Sun, 12 Aug 2018 22:45:11 +0000
(23:45 +0100)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/media-libs/mesa/mesa-9999.ebuild
b/media-libs/mesa/mesa-9999.ebuild
index 48cf2cd6807d71b0058ecaf1a9d3999b853f1d3e..995d5d6a4babad78db87378151a017fd623ce8dd 100644
(file)
--- a/
media-libs/mesa/mesa-9999.ebuild
+++ b/
media-libs/mesa/mesa-9999.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python
2
_7 )
+PYTHON_COMPAT=( python
3_4 python3_5 python3_6 python3
_7 )
inherit llvm meson multilib-minimal pax-utils python-any-r1