From 7b9eae7d36860067f9e9b8f37bd0dfd96222e77b Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Tue, 11 Aug 2020 21:59:26 +0900 Subject: 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 --- dev-python/mecab-python/mecab-python-0.996.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/mecab-python') diff --git a/dev-python/mecab-python/mecab-python-0.996.ebuild b/dev-python/mecab-python/mecab-python-0.996.ebuild index 55d37f73ff77..b7acde88c479 100644 --- a/dev-python/mecab-python/mecab-python-0.996.ebuild +++ b/dev-python/mecab-python/mecab-python-0.996.ebuild @@ -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 -- cgit v1.2.3-65-gdbad