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-python/bert/
Date: Wed, 27 Jun 2018 20:33:05
Message-Id: 1530131565.f0e22660d24d46db59e331974980b55d75666f4d.pacho@gentoo
1 commit: f0e22660d24d46db59e331974980b55d75666f4d
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 27 20:31:04 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 20:32:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e22660
7
8 dev-python/bert: Support python3.6
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 dev-python/bert/bert-2.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/bert/bert-2.0.0.ebuild b/dev-python/bert/bert-2.0.0.ebuild
16 index ff1b9ae8e8e..b4fb00b5e71 100644
17 --- a/dev-python/bert/bert-2.0.0.ebuild
18 +++ b/dev-python/bert/bert-2.0.0.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=( python{2_7,3_4,3_5} )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
25
26 inherit distutils-r1