From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B5311382C5 for ; Thu, 15 Apr 2021 22:32:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F951E081A; Thu, 15 Apr 2021 22:32:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 234AFE0801 for ; Thu, 15 Apr 2021 22:32:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1ECD340B66 for ; Thu, 15 Apr 2021 22:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51C9366A for ; Thu, 15 Apr 2021 22:32:46 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1618525838.28e2f6f07c195036d13bf19a09f7d48f7f1c6a1e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/krusader/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/krusader/krusader-9999.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 28e2f6f07c195036d13bf19a09f7d48f7f1c6a1e X-VCS-Branch: master Date: Thu, 15 Apr 2021 22:32:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf4b832e-9bc6-4b29-9f3a-a32caff13ca0 X-Archives-Hash: bcf22043da523eb30ed61fcec8a8de96 commit: 28e2f6f07c195036d13bf19a09f7d48f7f1c6a1e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 15 20:48:27 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 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 }