Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
Date: Sat, 07 Apr 2018 14:34:12
Message-Id: 1523111623.3d0e6f9a888dbd332e82c9cae573fa21bcff3ccd.leio@gentoo
1 commit: 3d0e6f9a888dbd332e82c9cae573fa21bcff3ccd
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 14:33:11 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 14:33:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0e6f9a
7
8 dev-vcs/gitg: add python3.6 compat
9
10 Works as well as with python3.4 (read: fails to actually import GitgExt override
11 with an assert failure). I would outright remove the python override support, as
12 there are no consumers of it, but that's a too big change for this revision and
13 we need to do something soon about libgit2-0.27 compat anyways..
14
15 Package-Manager: Portage-2.3.28, Repoman-2.3.9
16
17 dev-vcs/gitg/gitg-3.26.0.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-vcs/gitg/gitg-3.26.0.ebuild b/dev-vcs/gitg/gitg-3.26.0.ebuild
21 index f438d41513f..c9365256aab 100644
22 --- a/dev-vcs/gitg/gitg-3.26.0.ebuild
23 +++ b/dev-vcs/gitg/gitg-3.26.0.ebuild
24 @@ -3,7 +3,7 @@
25
26 EAPI=6
27 GNOME2_LA_PUNT="yes"
28 -PYTHON_COMPAT=( python{3_4,3_5} )
29 +PYTHON_COMPAT=( python3_{4,5,6} )
30 VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
31
32 inherit gnome2 pax-utils python-r1 vala