From: Andreas Sturmlechner Date: Sat, 30 Nov 2019 12:13:22 +0000 (+0100) Subject: dev-python/speaklater: python3_8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=947b361a743cd8f74fcfb83b75ce7196ccc7feb5;p=gentoo.git dev-python/speaklater: python3_8 Tests passed. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-python/speaklater/speaklater-1.3-r1.ebuild b/dev-python/speaklater/speaklater-1.3-r1.ebuild index 46da280e4265..b1b1f2705d16 100644 --- a/dev-python/speaklater/speaklater-1.3-r1.ebuild +++ b/dev-python/speaklater/speaklater-1.3-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) + +PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy ) inherit distutils-r1 DESCRIPTION="Lazy strings for Python"