dev-libs/gom: Add Python 3.9 support

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2021-04-14 21:18:02 -04:00
parent 6acd12965f
commit 9449ebddea

View File

@@ -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