Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-cola/
Date: Tue, 26 Jun 2018 19:04:31
Message-Id: 1530039849.b25a262c8a54906e5eb65df2695143343dab7a12.pacho@gentoo
1 commit: b25a262c8a54906e5eb65df2695143343dab7a12
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 18:52:49 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 19:04:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25a262c
7
8 dev-vcs/git-cola: Support python3.6
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-vcs/git-cola/git-cola-2.11.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-vcs/git-cola/git-cola-2.11.ebuild b/dev-vcs/git-cola/git-cola-2.11.ebuild
16 index 78f74ae2c03..2eb369d1340 100644
17 --- a/dev-vcs/git-cola/git-cola-2.11.ebuild
18 +++ b/dev-vcs/git-cola/git-cola-2.11.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
27 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
28 DISTUTILS_SINGLE_IMPL=true
29
30 inherit distutils-r1 readme.gentoo-r1 virtualx