From 67dc62ebcec7d2491f4863f843f97cfb68661a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20B=C3=B6ck?= Date: Tue, 10 Nov 2020 10:45:46 +0100 Subject: [PATCH] dev-python/flufl-i18n: Support Python 3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hanno Böck Package-Manager: Portage-3.0.9, Repoman-3.0.2 --- dev-python/flufl-i18n/flufl-i18n-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flufl-i18n/flufl-i18n-2.0.2.ebuild b/dev-python/flufl-i18n/flufl-i18n-2.0.2.ebuild index e583ee1e34b49..2d2690a66b15a 100644 --- a/dev-python/flufl-i18n/flufl-i18n-2.0.2.ebuild +++ b/dev-python/flufl-i18n/flufl-i18n-2.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 MY_PN=${PN/-/.}