From: Piotr Karbowski Date: Thu, 19 Dec 2019 20:34:36 +0000 (+0100) Subject: dev-python/snowballstemmer-1.2.1: python 3.8 support added. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=66fafc246e9dae981c72956dcae64cccc891fa5e;p=gentoo.git dev-python/snowballstemmer-1.2.1: python 3.8 support added. Signed-off-by: Piotr Karbowski --- diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild index c1cb67664e4f..72ff58ff71e1 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