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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47B17158041 for ; Mon, 11 Mar 2024 09:50:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48A8CE2A26; Mon, 11 Mar 2024 09:50:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32D92E2A26 for ; Mon, 11 Mar 2024 09:50:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7085133BF60 for ; Mon, 11 Mar 2024 09:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B65611514 for ; Mon, 11 Mar 2024 09:50: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: <1710150622.ed0bfb4b6dc5b6121f7427a5a75ed5d85a4bc5bb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop/kdevelop-23.08.5.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ed0bfb4b6dc5b6121f7427a5a75ed5d85a4bc5bb X-VCS-Branch: master Date: Mon, 11 Mar 2024 09:50: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: 74aa850e-ee4d-4b6f-837d-5f22c6845742 X-Archives-Hash: 808833826cbda1acecf842d44159239e commit: ed0bfb4b6dc5b6121f7427a5a75ed5d85a4bc5bb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 3 17:33:57 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 11 09:50:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0bfb4b dev-util/kdevelop: Add kde-apps/konsolepart:5 alternative to konsole:5 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-23.08.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevelop/kdevelop-23.08.5.ebuild b/dev-util/kdevelop/kdevelop-23.08.5.ebuild index 81ab0a7a1f28..7818d498e2b4 100644 --- a/dev-util/kdevelop/kdevelop-23.08.5.ebuild +++ b/dev-util/kdevelop/kdevelop-23.08.5.ebuild @@ -122,7 +122,7 @@ src_configure() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "konsole view" kde-apps/konsole + optfeature "konsole view" "kde-apps/konsolepart:5" "kde-apps/konsole:5" 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[gui]"