From bf1ded53a6dc8548e8078033df223a086f9574de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Fri, 28 Apr 2017 18:52:27 +0200 Subject: [PATCH] dev-python/unidecode: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-python/unidecode/unidecode-0.04.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/unidecode/unidecode-0.04.20.ebuild b/dev-python/unidecode/unidecode-0.04.20.ebuild index d5cf452e826b2..7aee4702b2c53 100644 --- a/dev-python/unidecode/unidecode-0.04.20.ebuild +++ b/dev-python/unidecode/unidecode-0.04.20.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) MY_PN=Unidecode MY_P=${MY_PN}-${PV}