Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/icdiff/
Date: Wed, 27 Jun 2018 17:49:20
Message-Id: 1530121747.c9393fffd57a25c6eb04a2a02ddf4979c9ba9d01.pacho@gentoo
1 commit: c9393fffd57a25c6eb04a2a02ddf4979c9ba9d01
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 27 17:21:16 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 17:49:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9393fff
7
8 app-misc/icdiff: Support python3.6
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 app-misc/icdiff/icdiff-1.9.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-misc/icdiff/icdiff-1.9.1.ebuild b/app-misc/icdiff/icdiff-1.9.1.ebuild
16 index 190d11b72b6..ba4846bf442 100644
17 --- a/app-misc/icdiff/icdiff-1.9.1.ebuild
18 +++ b/app-misc/icdiff/icdiff-1.9.1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -PYTHON_COMPAT=(python2_7 python3_4 python3_5)
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25
26 inherit distutils-r1