diff options
author | 2017-06-27 18:23:14 +0000 | |
---|---|---|
committer | 2017-06-28 04:00:13 +0000 | |
commit | 10f2f90f2d2aa94db7efd4beef52efcbe307cfd8 (patch) | |
tree | e2788a6f4e29737c847054919c638240b4750efd /dev-python/tqdm | |
parent | www-servers/tornado: version bump (diff) | |
download | gentoo-10f2f90f2d2aa94db7efd4beef52efcbe307cfd8.tar.gz gentoo-10f2f90f2d2aa94db7efd4beef52efcbe307cfd8.tar.bz2 gentoo-10f2f90f2d2aa94db7efd4beef52efcbe307cfd8.zip |
dev-python/tqdm: added python-3.6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/tqdm')
-rw-r--r-- | dev-python/tqdm/tqdm-4.10.0.ebuild | 2 |
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 |