Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Wed, 07 Oct 2020 18:53:47
Message-Id: 1602096814.3675fb28725f267ea5ab92322b8912516ad2dea8.mattst88@gentoo
1 commit: 3675fb28725f267ea5ab92322b8912516ad2dea8
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Tue Oct 6 08:22:03 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 18:53:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3675fb28
7
8 media-libs/mesa: python3_9
9
10 Closes: https://bugs.gentoo.org/747106
11 Closes: https://github.com/gentoo/gentoo/pull/17816
12 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 media-libs/mesa/mesa-20.2.0.ebuild | 2 +-
16 media-libs/mesa/mesa-9999.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/media-libs/mesa/mesa-20.2.0.ebuild b/media-libs/mesa/mesa-20.2.0.ebuild
20 index 7e2bd851871..402d1049c18 100644
21 --- a/media-libs/mesa/mesa-20.2.0.ebuild
22 +++ b/media-libs/mesa/mesa-20.2.0.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{6,7,8} )
28 +PYTHON_COMPAT=( python3_{6,7,8,9} )
29
30 inherit llvm meson multilib-minimal python-any-r1 linux-info
31
32
33 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
34 index 7e2bd851871..402d1049c18 100644
35 --- a/media-libs/mesa/mesa-9999.ebuild
36 +++ b/media-libs/mesa/mesa-9999.ebuild
37 @@ -3,7 +3,7 @@
38
39 EAPI=7
40
41 -PYTHON_COMPAT=( python3_{6,7,8} )
42 +PYTHON_COMPAT=( python3_{6,7,8,9} )
43
44 inherit llvm meson multilib-minimal python-any-r1 linux-info