summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-06-27 18:23:14 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-06-28 04:00:13 +0000
commit10f2f90f2d2aa94db7efd4beef52efcbe307cfd8 (patch)
treee2788a6f4e29737c847054919c638240b4750efd
parentwww-servers/tornado: version bump (diff)
downloadgentoo-10f2f90f.tar.gz
gentoo-10f2f90f.tar.bz2
gentoo-10f2f90f.zip
dev-python/tqdm: added python-3.6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--dev-python/tqdm/tqdm-4.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tqdm/tqdm-4.10.0.ebuild b/dev-python/tqdm/tqdm-4.10.0.ebuild
index ca769546e851..5858b25302a1 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