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 154E7158066 for ; Wed, 4 Sep 2024 11:45:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C54FA2BC030; Wed, 4 Sep 2024 11:45:53 +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 AD06D2BC030 for ; Wed, 4 Sep 2024 11:45:53 +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 6F89234301E for ; Wed, 4 Sep 2024 11:45:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 194051F3D for ; Wed, 4 Sep 2024 11:45:50 +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: <1725450338.d04a6a1c8f01aef59ff243a4ad16b211f37679ed.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/krusader/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/krusader/krusader-2.8.1-r2.ebuild kde-misc/krusader/krusader-2.8.1-r3.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d04a6a1c8f01aef59ff243a4ad16b211f37679ed X-VCS-Branch: master Date: Wed, 4 Sep 2024 11:45:50 +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: 433f5cfe-3ef4-46be-8623-7be0c095eff4 X-Archives-Hash: d4a84efc13ce7753ec766e98c56fefd8 commit: d04a6a1c8f01aef59ff243a4ad16b211f37679ed Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 3 17:44:41 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 4 11:45:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04a6a1c kde-misc/krusader: Alt. RDEPEND on kde-plasma/kdesu-gui Signed-off-by: Andreas Sturmlechner gentoo.org> .../krusader/{krusader-2.8.1-r2.ebuild => krusader-2.8.1-r3.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-misc/krusader/krusader-2.8.1-r2.ebuild b/kde-misc/krusader/krusader-2.8.1-r3.ebuild similarity index 96% rename from kde-misc/krusader/krusader-2.8.1-r2.ebuild rename to kde-misc/krusader/krusader-2.8.1-r3.ebuild index b022420855a8..2a8de91526f5 100644 --- a/kde-misc/krusader/krusader-2.8.1-r2.ebuild +++ b/kde-misc/krusader/krusader-2.8.1-r3.ebuild @@ -58,7 +58,10 @@ RDEPEND="${COMMON_DEPEND} kde-apps/kio-extras:5 kde-apps/thumbnailers:5 >=kde-frameworks/ktexteditor-${KFMIN}:5 - kde-plasma/kde-cli-tools:*[kdesu] + || ( + kde-plasma/kdesu-gui:* + kde-plasma/kde-cli-tools:*[kdesu(-)] + ) " src_prepare() {