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 1F3B7158066 for ; Wed, 4 Sep 2024 11:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30098E2A61; Wed, 4 Sep 2024 11:43:33 +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 1AAB9E2A61 for ; Wed, 4 Sep 2024 11:43:33 +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 5F2DC342FF8 for ; Wed, 4 Sep 2024 11:43:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 953911F25 for ; Wed, 4 Sep 2024 11:43:30 +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: <1725450181.d705890e31378f24707560a4ef67ea5afa1e921b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-6.1.49.9999.ebuild kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d705890e31378f24707560a4ef67ea5afa1e921b X-VCS-Branch: master Date: Wed, 4 Sep 2024 11:43:30 +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: bc98add7-ee23-4292-8f10-8ae46d2cb013 X-Archives-Hash: 8f390e77b9b49e0c5b5a03200de214e9 commit: d705890e31378f24707560a4ef67ea5afa1e921b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 2 21:35:39 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 4 11:43:01 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d705890e kde-plasma/plasma-workspace: Alt. RDEPEND on kde-plasma/kdesu-gui:* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-6.1.49.9999.ebuild | 5 ++++- kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-6.1.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-6.1.49.9999.ebuild index de841e993c..a95959b7b5 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-6.1.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-6.1.49.9999.ebuild @@ -141,7 +141,10 @@ RDEPEND="${COMMON_DEPEND} >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-frameworks/kquickcharts-${KFMIN}:6 >=kde-plasma/kactivitymanagerd-${PVCUT}:6 - >=kde-plasma/kde-cli-tools-${PVCUT}:*[kdesu] + || ( + >=kde-plasma/kdesu-gui-${PVCUT}:* + >=kde-plasma/kde-cli-tools-6.1.4-r2:*[kdesu(-)] + ) >=kde-plasma/milou-${PVCUT}:6 >=kde-plasma/plasma-integration-${PVCUT}:6 sys-apps/dbus diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 99b49eaa33..640ff5e800 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -142,7 +142,10 @@ RDEPEND="${COMMON_DEPEND} >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-frameworks/kquickcharts-${KFMIN}:6 >=kde-plasma/kactivitymanagerd-${PVCUT}:6 - >=kde-plasma/kde-cli-tools-${PVCUT}:*[kdesu] + || ( + >=kde-plasma/kdesu-gui-${PVCUT}:* + >=kde-plasma/kde-cli-tools-6.1.4-r2:*[kdesu(-)] + ) >=kde-plasma/milou-${PVCUT}:6 >=kde-plasma/plasma-integration-${PVCUT}:6 sys-apps/dbus