commit: 0869e75582213b539b6bcac64f99dfb831a32e47 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Dec 23 12:56:38 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Dec 23 12:56:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0869e755
dev-vcs/gitg: Port up to py3.9 Closes: https://bugs.gentoo.org/761280 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-vcs/gitg/gitg-3.32.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/gitg/gitg-3.32.1-r1.ebuild b/dev-vcs/gitg/gitg-3.32.1-r1.ebuild index 360f3b8e0ba..97a0af7a79c 100644 --- a/dev-vcs/gitg/gitg-3.32.1-r1.ebuild +++ b/dev-vcs/gitg/gitg-3.32.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) # vala-0.36 fails to build, https://bugs.gentoo.org/692538 VALA_MIN_API_VERSION="0.40"
