dev-python/cjkwrap: enable python3.7

Package-Manager: Portage[mgorny]-2.3.43.3
This commit is contained in:
Joonas Niilola
2018-08-22 08:54:07 +03:00
committed by Michał Górny
parent 1cf9dd40be
commit 3334880be9

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{5,6} )
PYTHON_COMPAT=( python2_7 python3_{5..7} )
inherit distutils-r1
DESCRIPTION="A library for wrapping and filling UTF-8 CJK text"