commit: 559a996fe077f976a9523b3e6a951d768bde8e69
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 11:07:12 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 19:06:43 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=559a996f
kde-apps/lokalize: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/lokalize/lokalize-9999.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/kde-apps/lokalize/lokalize-9999.ebuild
b/kde-apps/lokalize/lokalize-9999.ebuild
index 6b03e29078..ebf8c5ef86 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
}