From: Manuel RĂ¼ger Date: Fri, 28 Apr 2017 16:52:27 +0000 (+0200) Subject: dev-python/unidecode: Add python3_6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bf1ded53a6dc8548e8078033df223a086f9574de;p=gentoo.git dev-python/unidecode: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-python/unidecode/unidecode-0.04.20.ebuild b/dev-python/unidecode/unidecode-0.04.20.ebuild index d5cf452e826b..7aee4702b2c5 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}