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 6AB4F1382C5 for ; Sun, 4 Apr 2021 19:21:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C00E3E0867; Sun, 4 Apr 2021 19:21:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AB4C8E0867 for ; Sun, 4 Apr 2021 19:21:30 +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 C9C8033BF5B for ; Sun, 4 Apr 2021 19:21:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FE8963E for ; Sun, 4 Apr 2021 19:21:28 +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: <1617562768.d9168b153146beb68acb12b0504bb5a08dc36d4d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kfilemetadata/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild X-VCS-Directories: kde-frameworks/kfilemetadata/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d9168b153146beb68acb12b0504bb5a08dc36d4d X-VCS-Branch: master Date: Sun, 4 Apr 2021 19:21:28 +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: f16356dd-86f6-4479-9a01-b80346b2f5b5 X-Archives-Hash: 6e06d8a9ada6f1224dce3cccc19995fb commit: d9168b153146beb68acb12b0504bb5a08dc36d4d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 3 11:20:38 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 4 18:59:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d9168b15 kde-frameworks/kfilemetadata: Drop superfluous optfeature header Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild b/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild index 34fcdb3652..38554d0205 100644 --- a/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild +++ b/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild @@ -59,7 +59,6 @@ src_test() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "Optional dependencies:" optfeature "Microsoft Word/Powerpoint file indexing" app-text/catdoc optfeature "Microsoft Excel file indexing" dev-libs/libxls fi