From 10f2f90f2d2aa94db7efd4beef52efcbe307cfd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Fabbro?= Date: Tue, 27 Jun 2017 18:23:14 +0000 Subject: [PATCH] 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 ca769546e8512..5858b25302a1d 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