commit: f033cf2b5b0e3060b8a24034112f99dc924be3f0
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 03:06:18 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue May 26 03:10:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f033cf2b
dev-python/httpstat: python3.8
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
dev-python/httpstat/httpstat-1.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild
b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild
index 22fd54b5473..8b03fb8c28d 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