Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glib-utils/
Date: Tue, 06 Oct 2020 03:44:20
Message-Id: 1601955787.4e46e908183be212e0387dd14cbe22fe3c216e8e.mattst88@gentoo
1 commit: 4e46e908183be212e0387dd14cbe22fe3c216e8e
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Mon Oct 5 09:01:53 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 03:43:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e46e908
7
8 dev-util/glib-utils: python3_9
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
12 Closes: https://github.com/gentoo/gentoo/pull/17789
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 dev-util/glib-utils/glib-utils-2.64.5.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-util/glib-utils/glib-utils-2.64.5.ebuild b/dev-util/glib-utils/glib-utils-2.64.5.ebuild
19 index bdb4ef5fb8b..e3b8683ab30 100644
20 --- a/dev-util/glib-utils/glib-utils-2.64.5.ebuild
21 +++ b/dev-util/glib-utils/glib-utils-2.64.5.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python3_{6,7,8} )
27 +PYTHON_COMPAT=( python3_{6,7,8,9} )
28 GNOME_ORG_MODULE="glib"
29
30 inherit gnome.org python-single-r1