summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-04-18 21:56:42 -0400
committerMatt Turner <mattst88@gentoo.org>2021-04-18 22:10:45 -0400
commit3093c32a84ad3b03515b9e9a8d03a9b5986e1466 (patch)
tree86881ac7b6d0c4ecd82c1a08d142a420983a26f1 /app-accessibility
parentapp-accessibility/brltty: Add Python 3.9 support (diff)
downloadgentoo-3093c32a84ad3b03515b9e9a8d03a9b5986e1466.tar.gz
gentoo-3093c32a84ad3b03515b9e9a8d03a9b5986e1466.tar.bz2
gentoo-3093c32a84ad3b03515b9e9a8d03a9b5986e1466.zip
app-accessibility/speech-dispatcher: Add Python 3.9 support
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 374ad96d24ce..d12f3352aa29 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"