Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
Date: Wed, 23 Dec 2020 12:57:10
Message-Id: 1608728198.0869e75582213b539b6bcac64f99dfb831a32e47.mgorny@gentoo
1 commit: 0869e75582213b539b6bcac64f99dfb831a32e47
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 12:56:38 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 12:56:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0869e755
7
8 dev-vcs/gitg: Port up to py3.9
9
10 Closes: https://bugs.gentoo.org/761280
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-vcs/gitg/gitg-3.32.1-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-vcs/gitg/gitg-3.32.1-r1.ebuild b/dev-vcs/gitg/gitg-3.32.1-r1.ebuild
17 index 360f3b8e0ba..97a0af7a79c 100644
18 --- a/dev-vcs/gitg/gitg-3.32.1-r1.ebuild
19 +++ b/dev-vcs/gitg/gitg-3.32.1-r1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6..9} )
26 # vala-0.36 fails to build, https://bugs.gentoo.org/692538
27 VALA_MIN_API_VERSION="0.40"