diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-08-11 21:59:26 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-08-11 21:59:26 +0900 |
commit | 7b9eae7d36860067f9e9b8f37bd0dfd96222e77b (patch) | |
tree | 36efff6134eed0580e212b63b85fa8bcc97d5835 /dev-python/mecab-python | |
parent | dev-libs/eekboard: use xdg eclass (diff) | |
download | gentoo-7b9eae7d36860067f9e9b8f37bd0dfd96222e77b.tar.gz gentoo-7b9eae7d36860067f9e9b8f37bd0dfd96222e77b.tar.bz2 gentoo-7b9eae7d36860067f9e9b8f37bd0dfd96222e77b.zip |
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>
Diffstat (limited to 'dev-python/mecab-python')
-rw-r--r-- | dev-python/mecab-python/mecab-python-0.996.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |