From: Mike Gilbert Date: Tue, 26 May 2020 03:06:18 +0000 (-0400) Subject: dev-python/httpstat: python3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f033cf2b5b0e3060b8a24034112f99dc924be3f0;p=gentoo.git dev-python/httpstat: python3.8 Signed-off-by: Mike Gilbert --- diff --git a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild index 22fd54b54735..8b03fb8c28d9 100644 --- a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild +++ b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1