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 8427E1382C5 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 5125BE07DB; Thu, 15 Apr 2021 22:32:49 +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 35DE4E07DB 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 DB967340B6A 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 2AB7264C 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.534c0a756ebf6a4f75ac0e4e9b57efb1a5767a72.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-9999.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 534c0a756ebf6a4f75ac0e4e9b57efb1a5767a72 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: 20a8b490-96f5-435a-9338-c4e589c1c1ce X-Archives-Hash: 04f3a9a2eaf6f972a9775f33fc3dc560 commit: 534c0a756ebf6a4f75ac0e4e9b57efb1a5767a72 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 15 20:48:26 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=534c0a75 dev-util/kdevelop: Drop superfluous optfeature header Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index 2748e48bb5..8fa1473b66 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -121,11 +121,10 @@ src_configure() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "Optional dependencies:" optfeature "konsole view" kde-apps/konsole optfeature "static C++ Qt code analysis" dev-util/clazy optfeature "static C/C++ code analysis" dev-util/cppcheck - optfeature "heap memory profiling" dev-util/heaptrack[qt5] + optfeature "heap memory profiling" "dev-util/heaptrack[gui]" optfeature "meson project manager plugin" dev-util/meson optfeature "formatting configurations via customscript plugin" dev-util/indent optfeature "formatting configurations via customscript plugin" dev-util/uncrustify