diff options
author | Sam James <sam@gentoo.org> | 2023-05-06 15:07:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-06 15:17:55 +0100 |
commit | b5e4293808983719431fc26e32958449d8094bdc (patch) | |
tree | 274d70acc1889564d02e1811da245730d70f54ce /app-i18n | |
parent | app-misc/klavaro: update optfeature for espeak-ng (diff) | |
download | gentoo-b5e4293808983719431fc26e32958449d8094bdc.tar.gz gentoo-b5e4293808983719431fc26e32958449d8094bdc.tar.bz2 gentoo-b5e4293808983719431fc26e32958449d8094bdc.zip |
app-i18n/translate-shell: update optfeature for espeak-ng
Bug: https://bugs.gentoo.org/877221
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild b/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild index c40367d1b092..7ede6dafe025 100644 --- a/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild +++ b/app-i18n/translate-shell/translate-shell-0.9.7.1.ebuild @@ -33,7 +33,7 @@ src_install() { pkg_postinst() { optfeature "all built-in translators (e.g. Apertium, Yandex)" net-misc/curl[ssl] optfeature "display text in right-to-left scripts" dev-libs/fribidi - optfeature "text-to-speech functionality" media-sound/mpg123 app-accessibility/espeak media-video/mpv media-video/mplayer + optfeature "text-to-speech functionality" media-sound/mpg123 app-accessibility/espeak-ng media-video/mpv media-video/mplayer optfeature "interactive translation (REPL)" app-editors/emacs app-misc/rlwrap optfeature "spell checking" app-text/aspell app-text/hunspell } |