commit: bf1ded53a6dc8548e8078033df223a086f9574de
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 16:52:27 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 17:00:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf1ded53
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 d5cf452e826..7aee4702b2c 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}