commit: 9449ebddea95d3d15def40d6f84de77dc74cde08
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 01:18:02 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 01:18:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9449ebdd
dev-libs/gom: Add Python 3.9 support
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/gom/gom-0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/gom/gom-0.4.ebuild b/dev-libs/gom/gom-0.4.ebuild
index 3bcf4b23960..ed2f7c4b147 100644
--- a/dev-libs/gom/gom-0.4.ebuild
+++ b/dev-libs/gom/gom-0.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
GCONF_DEBUG="yes"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit gnome.org meson python-r1