diff options
Diffstat (limited to 'app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild')
-rw-r--r-- | app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild b/app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild index b91284b3e3f4..68425a1a688c 100644 --- a/app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild +++ b/app-i18n/translate-shell/translate-shell-0.9.6.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,10 +31,9 @@ src_install() { } pkg_postinst() { - elog "You may need to install the following optional packages for full functionality:" - optfeature "Support 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 "Interactive translation (REPL)" app-editors/emacs app-misc/rlwrap - optfeature "Spell checking" app-text/aspell app-text/hunspell + 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 "interactive translation (REPL)" app-editors/emacs app-misc/rlwrap + optfeature "spell checking" app-text/aspell app-text/hunspell } |