From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1667493-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 33C33158066
	for <garchives@archives.gentoo.org>; Wed,  4 Sep 2024 11:43:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 832EAE2A67;
	Wed,  4 Sep 2024 11:43:34 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 6AB5CE2A67
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Sep 2024 11:43:34 +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 8B736341707
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Sep 2024 11:43:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A999E1F27
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Sep 2024 11:43:30 +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: <1725450181.2fe4d4ea4c752bee1fe35f699143fd5f47c1b508.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/krusader/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-misc/krusader/krusader-9999.ebuild
X-VCS-Directories: kde-misc/krusader/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 2fe4d4ea4c752bee1fe35f699143fd5f47c1b508
X-VCS-Branch: master
Date: Wed,  4 Sep 2024 11:43:30 +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: ea6990c5-263a-4484-89cc-971196a7c7c9
X-Archives-Hash: 552a69163219f54ce90f93ae9079e865

commit:     2fe4d4ea4c752bee1fe35f699143fd5f47c1b508
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  2 21:36:47 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 11:43:01 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2fe4d4ea

kde-misc/krusader: Alt. RDEPEND on kde-plasma/kdesu-gui:*

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

 kde-misc/krusader/krusader-9999.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kde-misc/krusader/krusader-9999.ebuild b/kde-misc/krusader/krusader-9999.ebuild
index b093f9c379..a247c59b91 100644
--- a/kde-misc/krusader/krusader-9999.ebuild
+++ b/kde-misc/krusader/krusader-9999.ebuild
@@ -58,7 +58,10 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	kde-apps/kio-extras:5
 	>=kde-frameworks/ktexteditor-${KFMIN}:5
-	kde-plasma/kde-cli-tools:*[kdesu]
+	|| (
+		kde-plasma/kdesu-gui:*
+		kde-plasma/kde-cli-tools:*[kdesu(-)]
+	)
 "
 
 src_prepare() {