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-python/chardet/
Date: Mon, 16 Jul 2018 19:57:33
Message-Id: 1531771029.05c76f4872db85a9cb4fe73add27e5fd0e8f030a.mgorny@gentoo
1 commit: 05c76f4872db85a9cb4fe73add27e5fd0e8f030a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 14 20:15:25 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 19:57:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c76f48
7
8 dev-python/chardet: Enable py3.7
9
10 dev-python/chardet/chardet-3.0.4.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/chardet/chardet-3.0.4.ebuild b/dev-python/chardet/chardet-3.0.4.ebuild
14 index 16910a427f3..34471e6d304 100644
15 --- a/dev-python/chardet/chardet-3.0.4.ebuild
16 +++ b/dev-python/chardet/chardet-3.0.4.ebuild
17 @@ -3,7 +3,7 @@
18
19 EAPI=6
20
21 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
22 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
23
24 inherit distutils-r1