From: James Le Cuirot Date: Mon, 20 Apr 2020 08:35:26 +0000 (+0100) Subject: dev-python/python-lhafile: Add Python 3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=926e0f42dc2ff515f5d4a3b18cc2ef48715750bd;p=gentoo.git dev-python/python-lhafile: Add Python 3.8 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot --- diff --git a/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild index 416e1a5ce06b..10197a81b54b 100644 --- a/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild +++ b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1