Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/
Date: Thu, 15 Apr 2021 22:32:50
Message-Id: 1618525838.534c0a756ebf6a4f75ac0e4e9b57efb1a5767a72.asturm@gentoo
1 commit: 534c0a756ebf6a4f75ac0e4e9b57efb1a5767a72
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 20:48:26 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 22:30:38 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=534c0a75
7
8 dev-util/kdevelop: Drop superfluous optfeature header
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-util/kdevelop/kdevelop-9999.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild
16 index 2748e48bb5..8fa1473b66 100644
17 --- a/dev-util/kdevelop/kdevelop-9999.ebuild
18 +++ b/dev-util/kdevelop/kdevelop-9999.ebuild
19 @@ -121,11 +121,10 @@ src_configure() {
20
21 pkg_postinst() {
22 if [[ -z "${REPLACING_VERSIONS}" ]]; then
23 - elog "Optional dependencies:"
24 optfeature "konsole view" kde-apps/konsole
25 optfeature "static C++ Qt code analysis" dev-util/clazy
26 optfeature "static C/C++ code analysis" dev-util/cppcheck
27 - optfeature "heap memory profiling" dev-util/heaptrack[qt5]
28 + optfeature "heap memory profiling" "dev-util/heaptrack[gui]"
29 optfeature "meson project manager plugin" dev-util/meson
30 optfeature "formatting configurations via customscript plugin" dev-util/indent
31 optfeature "formatting configurations via customscript plugin" dev-util/uncrustify