commit: 68b8e4cc85bf0a12e2528174210679c264ddd855
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 21:33:54 2019 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 21:54:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b8e4cc
dev-python/setproctitle-1.1.10-r1: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild
b/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild
index 9c136256bd0..85cfafdf792 100644
--- a/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
# pypy doesn't get started in test run. Still required by www-servers/gunicorn
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
inherit distutils-r1 toolchain-funcs