diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-23 13:56:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-23 13:56:38 +0100 |
commit | 0869e75582213b539b6bcac64f99dfb831a32e47 (patch) | |
tree | 74d095034bb49c0637cd1e029cd4825b97bbe82d /dev-vcs/gitg | |
parent | net-libs/libcorkipset: fix -Werror build err (diff) | |
download | gentoo-0869e75582213b539b6bcac64f99dfb831a32e47.tar.gz gentoo-0869e75582213b539b6bcac64f99dfb831a32e47.tar.bz2 gentoo-0869e75582213b539b6bcac64f99dfb831a32e47.zip |
dev-vcs/gitg: Port up to py3.9
Closes: https://bugs.gentoo.org/761280
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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" |