Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/meson/
Date: Fri, 07 Aug 2020 19:48:41
Message-Id: 1596829676.922cd5c62a1e6d406131d9d66000a695331c2b24.williamh@gentoo
1 commit: 922cd5c62a1e6d406131d9d66000a695331c2b24
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 19:46:57 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 19:47:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922cd5c6
7
8 dev-util/meson: sync live
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 dev-util/meson/meson-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/meson/meson-9999.ebuild b/dev-util/meson/meson-9999.ebuild
16 index 11095f7c073..297adec3f18 100644
17 --- a/dev-util/meson/meson-9999.ebuild
18 +++ b/dev-util/meson/meson-9999.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{6,7,8} )
24 +PYTHON_COMPAT=( python3_{6,7,8,9} )
25 DISTUTILS_USE_SETUPTOOLS="rdepend"
26
27 if [[ ${PV} = *9999* ]]; then