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 08F901382C5 for ; Sun, 4 Apr 2021 19:21:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FFF0E0886; Sun, 4 Apr 2021 19:21:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 29DC9E0886 for ; Sun, 4 Apr 2021 19:21:33 +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 F2B6133D3CF for ; Sun, 4 Apr 2021 19:21:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60B7564A for ; Sun, 4 Apr 2021 19:21:29 +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: <1617563203.559a996fe077f976a9523b3e6a951d768bde8e69.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/lokalize/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/lokalize/lokalize-9999.ebuild X-VCS-Directories: kde-apps/lokalize/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 559a996fe077f976a9523b3e6a951d768bde8e69 X-VCS-Branch: master Date: Sun, 4 Apr 2021 19:21:29 +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: b6a343a2-aae1-484c-ad3d-540c581146ca X-Archives-Hash: 2238f1211ff548e6354bbab687f4b395 commit: 559a996fe077f976a9523b3e6a951d768bde8e69 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 3 11:07:12 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 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 }