diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2020-10-06 10:22:03 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-10-07 11:53:34 -0700 |
commit | 3675fb28725f267ea5ab92322b8912516ad2dea8 (patch) | |
tree | 3252cf9c2d3a39575e643c73db2216215a02b948 /media-libs/mesa/mesa-20.2.0.ebuild | |
parent | media-libs/libglvnd: python3_9 (diff) | |
download | gentoo-3675fb28725f267ea5ab92322b8912516ad2dea8.tar.gz gentoo-3675fb28725f267ea5ab92322b8912516ad2dea8.tar.bz2 gentoo-3675fb28725f267ea5ab92322b8912516ad2dea8.zip |
media-libs/mesa: python3_9
Closes: https://bugs.gentoo.org/747106
Closes: https://github.com/gentoo/gentoo/pull/17816
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa/mesa-20.2.0.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-20.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-20.2.0.ebuild b/media-libs/mesa/mesa-20.2.0.ebuild index 7e2bd851871f..402d1049c184 100644 --- a/media-libs/mesa/mesa-20.2.0.ebuild +++ b/media-libs/mesa/mesa-20.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit llvm meson multilib-minimal python-any-r1 linux-info |