dev-python/mecab-python: update PYTHON_COMPAT

Closes: https://bugs.gentoo.org/719096
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
This commit is contained in:
Akinori Hattori
2020-08-11 21:59:26 +09:00
parent 055cc47ebb
commit 7b9eae7d36

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1