commit: a2b2dcf0146325876393c2f595afbd8cce408b55
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 23:03:28 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 23:03:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b2dcf0
dev-python/httpstat: Enable Python 3.7 support
Package-Manager: Portage-2.3.43, Repoman-2.3.10
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 2bba6c72b89..814383b60ec 100644
--- a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild
+++ b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
inherit distutils-r1