From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1609615-garchives=archives.gentoo.org@lists.gentoo.org>
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 909FC158041
	for <garchives@archives.gentoo.org>; Mon, 11 Mar 2024 09:55:28 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B9FE3E2A5D;
	Mon, 11 Mar 2024 09:55:27 +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 86312E2A5D
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Mar 2024 09:55:27 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C4AAC335D1C
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Mar 2024 09:55:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 52B781512
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Mar 2024 09:55:25 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1710150879.8483fb42d04a7ea8d96d238124a598e1c6d4025f.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-24.02.49.9999.ebuild
X-VCS-Directories: dev-util/kdevelop/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 8483fb42d04a7ea8d96d238124a598e1c6d4025f
X-VCS-Branch: master
Date: Mon, 11 Mar 2024 09:55:25 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: bfb826b5-4930-4581-ae1e-e47f402a4add
X-Archives-Hash: d11a56008c3d7b767ffb357dff3e8cec

commit:     8483fb42d04a7ea8d96d238124a598e1c6d4025f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 17:33:57 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 09:54:39 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8483fb42

dev-util/kdevelop: Add kde-apps/konsolepart:5 alternative to konsole:5

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild b/dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild
index a164a0f789..385336af2b 100644
--- a/dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild
+++ b/dev-util/kdevelop/kdevelop-24.02.49.9999.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]"