commit:     28e2f6f07c195036d13bf19a09f7d48f7f1c6a1e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 20:48:27 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 22:30:38 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=28e2f6f0

kde-misc/krusader: Drop superfluous optfeature header

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/krusader/krusader-9999.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/kde-misc/krusader/krusader-9999.ebuild 
b/kde-misc/krusader/krusader-9999.ebuild
index e18de30bc6..f5fd790e3b 100644
--- a/kde-misc/krusader/krusader-9999.ebuild
+++ b/kde-misc/krusader/krusader-9999.ebuild
@@ -60,11 +60,10 @@ RDEPEND="${COMMON_DEPEND}
 
 pkg_postinst() {
        if [[ -z "${REPLACING_VERSIONS}" ]]; then
-               elog "Optional dependencies:"
-               optfeature "Markdown text previews" 
kde-misc/markdownpart:${SLOT} kde-misc/kmarkdownwebview:${SLOT}
-               optfeature "PDF/PS and RAW image thumbnails" 
kde-apps/thumbnailers:${SLOT}
-               optfeature "video thumbnails" kde-apps/ffmpegthumbs:${SLOT}
-               optfeature "bookmarks support" kde-apps/keditbookmarks:${SLOT}
+               optfeature "markdown text previews" 
"kde-misc/markdownpart:${SLOT}" "kde-misc/kmarkdownwebview:${SLOT}"
+               optfeature "PDF/PS and RAW image thumbnails" 
"kde-apps/thumbnailers:${SLOT}"
+               optfeature "video thumbnails" "kde-apps/ffmpegthumbs:${SLOT}"
+               optfeature "bookmarks support" "kde-apps/keditbookmarks:${SLOT}"
        fi
        ecm_pkg_postinst
 }

Reply via email to