Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/
Date: Wed, 28 Jun 2017 04:03:04
Message-Id: 1498622413.10f2f90f2d2aa94db7efd4beef52efcbe307cfd8.bicatali@gentoo
1 commit: 10f2f90f2d2aa94db7efd4beef52efcbe307cfd8
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 27 18:23:14 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 28 04:00:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f2f90f
7
8 dev-python/tqdm: added python-3.6
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/tqdm/tqdm-4.10.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/tqdm/tqdm-4.10.0.ebuild b/dev-python/tqdm/tqdm-4.10.0.ebuild
16 index ca769546e85..5858b25302a 100644
17 --- a/dev-python/tqdm/tqdm-4.10.0.ebuild
18 +++ b/dev-python/tqdm/tqdm-4.10.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
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