commit: 3093c32a84ad3b03515b9e9a8d03a9b5986e1466
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 01:56:42 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 02:10:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3093c32a
app-accessibility/speech-dispatcher: Add Python 3.9 support
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild
b/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild
index 374ad96d24c..d12f3352aa2 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit python-r1 systemd
DESCRIPTION="Speech synthesis interface"