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-libs/gom/
Date: Thu, 15 Apr 2021 01:18:25
Message-Id: 1618449495.9449ebddea95d3d15def40d6f84de77dc74cde08.mattst88@gentoo
1 commit: 9449ebddea95d3d15def40d6f84de77dc74cde08
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 01:18:02 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 01:18:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9449ebdd
7
8 dev-libs/gom: Add Python 3.9 support
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/gom/gom-0.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/gom/gom-0.4.ebuild b/dev-libs/gom/gom-0.4.ebuild
16 index 3bcf4b23960..ed2f7c4b147 100644
17 --- a/dev-libs/gom/gom-0.4.ebuild
18 +++ b/dev-libs/gom/gom-0.4.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22 GCONF_DEBUG="yes"
23 -PYTHON_COMPAT=( python3_{7,8} )
24 +PYTHON_COMPAT=( python3_{7..9} )
25
26 inherit gnome.org meson python-r1