diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-01-13 09:47:42 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-01-13 10:13:21 -0800 |
commit | bff5db02446831184b2fc30bba0214b5bf995aff (patch) | |
tree | e3ef175ebe9fe5748ab34cd971d25e6e1449cc88 /media-libs/mesa | |
parent | dev-python/python-efl: remove old 1.22 (diff) | |
download | gentoo-bff5db02446831184b2fc30bba0214b5bf995aff.tar.gz gentoo-bff5db02446831184b2fc30bba0214b5bf995aff.tar.bz2 gentoo-bff5db02446831184b2fc30bba0214b5bf995aff.zip |
media-libs/mesa: Add Python 3.8 support
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-19.3.2.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-19.3.2.ebuild b/media-libs/mesa/mesa-19.3.2.ebuild index 14fc7bb1985c..26304ad69b1a 100644 --- a/media-libs/mesa/mesa-19.3.2.ebuild +++ b/media-libs/mesa/mesa-19.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit llvm meson multilib-minimal pax-utils python-any-r1 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index d906f02d82ef..b1dbf709f8e2 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit llvm meson multilib-minimal pax-utils python-any-r1 |