commit: 10f2f90f2d2aa94db7efd4beef52efcbe307cfd8
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 18:23:14 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 04:00:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f2f90f
dev-python/tqdm: added python-3.6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/tqdm/tqdm-4.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/tqdm/tqdm-4.10.0.ebuild
b/dev-python/tqdm/tqdm-4.10.0.ebuild
index ca769546e85..5858b25302a 100644
--- a/dev-python/tqdm/tqdm-4.10.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.10.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1