commit: 534c0a756ebf6a4f75ac0e4e9b57efb1a5767a72
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 20:48:26 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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