commit: 66fafc246e9dae981c72956dcae64cccc891fa5e
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 20:34:36 2019 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 21:39:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fafc24
dev-python/snowballstemmer-1.2.1: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
index c1cb67664e4..72ff58ff71e 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
inherit distutils-r1