diff options
Diffstat (limited to 'dev-vcs/gitg')
-rw-r--r-- | dev-vcs/gitg/gitg-3.32.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/gitg/gitg-3.32.1-r1.ebuild b/dev-vcs/gitg/gitg-3.32.1-r1.ebuild index 360f3b8e0baf..97a0af7a79c5 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" |