diff options
| -rw-r--r-- | kde-apps/lokalize/lokalize-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kde-apps/lokalize/lokalize-9999.ebuild b/kde-apps/lokalize/lokalize-9999.ebuild index 6b03e290780..ebf8c5ef869 100644 --- a/kde-apps/lokalize/lokalize-9999.ebuild +++ b/kde-apps/lokalize/lokalize-9999.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 } |
