commit: 45955c99697ac706336bd8527332ccb95d76345e
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat May 9 10:11:21 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat May 9 10:11:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45955c99
dev-python/whisper: add support for Python-3.8
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-python/whisper/whisper-1.1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/whisper/whisper-1.1.5.ebuild
b/dev-python/whisper/whisper-1.1.5.ebuild
index e229d3808d4..11f974fc8f5 100644
--- a/dev-python/whisper/whisper-1.1.5.ebuild
+++ b/dev-python/whisper/whisper-1.1.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
inherit distutils-r1