diff options
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/lokalize/lokalize-20.08.3.ebuild | 7 | ||||
-rw-r--r-- | kde-apps/lokalize/lokalize-20.12.3.ebuild | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/kde-apps/lokalize/lokalize-20.08.3.ebuild b/kde-apps/lokalize/lokalize-20.08.3.ebuild index 013a786c6807..e1845123aab1 100644 --- a/kde-apps/lokalize/lokalize-20.08.3.ebuild +++ b/kde-apps/lokalize/lokalize-20.08.3.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 @@ -65,9 +65,8 @@ src_install() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "Optional dependencies:" - optfeature "Autofetch kde.org translations in new project wizard" dev-vcs/subversion - optfeature "Spell and grammar checking" app-text/languagetool + optfeature "autofetch kde.org translations in new project wizard" dev-vcs/subversion + optfeature "spell and grammar checking" app-text/languagetool fi ecm_pkg_postinst } diff --git a/kde-apps/lokalize/lokalize-20.12.3.ebuild b/kde-apps/lokalize/lokalize-20.12.3.ebuild index e6fb3ebaa306..1275b21ef487 100644 --- a/kde-apps/lokalize/lokalize-20.12.3.ebuild +++ b/kde-apps/lokalize/lokalize-20.12.3.ebuild @@ -65,9 +65,8 @@ src_install() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "Optional dependencies:" - optfeature "Autofetch kde.org translations in new project wizard" dev-vcs/subversion - optfeature "Spell and grammar checking" app-text/languagetool + optfeature "autofetch kde.org translations in new project wizard" dev-vcs/subversion + optfeature "spell and grammar checking" app-text/languagetool fi ecm_pkg_postinst } |