From 3093c32a84ad3b03515b9e9a8d03a9b5986e1466 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 18 Apr 2021 21:56:42 -0400 Subject: app-accessibility/speech-dispatcher: Add Python 3.9 support Signed-off-by: Matt Turner --- app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-accessibility') 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" -- cgit v1.2.3-65-gdbad