commit: 115c37bc9be5313493fae4e87bc440b973a1b42b
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 13:27:22 2019 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 13:30:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115c37bc
dev-python/pysendfile: add Python 3.8 support
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
index c59bb6323fb..225861fb57e 100644
--- a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
+++ b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} )
inherit distutils-r1