From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 085981584F2 for ; Sat, 15 Mar 2025 19:06:09 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E6C6B3431D9 for ; Sat, 15 Mar 2025 19:06:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1D0B91102B7; Sat, 15 Mar 2025 19:06:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id 118901102B7 for ; Sat, 15 Mar 2025 19:06:05 +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 8990F34301B for ; Sat, 15 Mar 2025 19:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE0871C96 for ; Sat, 15 Mar 2025 19:06:02 +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: <1742065429.6a2d3ee279210a54cc0ca3abfd4eff9127a49997.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-meta/plasma-meta-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6a2d3ee279210a54cc0ca3abfd4eff9127a49997 X-VCS-Branch: master Date: Sat, 15 Mar 2025 19:06:02 +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: 32523113-d3c0-4796-82b8-4f571b8bd9f9 X-Archives-Hash: 1c17324ffbd38ab40c1f57b1edb7f846 commit: 6a2d3ee279210a54cc0ca3abfd4eff9127a49997 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 15 19:03:49 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 15 19:03:49 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6a2d3ee2 kde-plasma/plasma-meta: Add IUSE X for kwin-x11 and other USEdeps Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index 610d2c6290..f5cb68ef1a 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -14,7 +14,7 @@ KEYWORDS="" IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt cups discover +display-manager +elogind +firewall flatpak grub gtk +kwallet +networkmanager oxygen-theme plymouth pulseaudio qt5 rdp +sddm sdk +smart systemd -thunderbolt unsupported wacom +wallpapers webengine" +thunderbolt unsupported wacom +wallpapers webengine X" REQUIRED_USE="^^ ( elogind systemd )" @@ -52,7 +52,7 @@ RDEPEND=" >=kde-plasma/plasma-activities-stats-${PV}:${SLOT} >=kde-plasma/plasma-desktop-${PV}:${SLOT} >=kde-plasma/plasma-integration-${PV}:${SLOT}[qt5?] - >=kde-plasma/plasma-login-sessions-${PV}:${SLOT} + >=kde-plasma/plasma-login-sessions-${PV}:${SLOT}[X?] >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT} >=kde-plasma/plasma-welcome-${PV}:${SLOT} >=kde-plasma/plasma-workspace-${PV}:${SLOT} @@ -79,7 +79,7 @@ RDEPEND=" display-manager? ( sddm? ( >=kde-plasma/sddm-kcm-${PV}:${SLOT} - >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?] + >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?,X?] ) !sddm? ( x11-misc/lightdm ) ) @@ -116,15 +116,14 @@ RDEPEND=" firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) ) thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} ) - !unsupported? ( - !gui-apps/qt6ct - ) + !unsupported? ( !gui-apps/qt6ct ) wacom? ( >=kde-plasma/plasma-desktop-${PV}:${SLOT}[input_devices_wacom] >=kde-plasma/wacomtablet-${PV}:${SLOT} ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} ) webengine? ( kde-apps/khelpcenter:6 ) + X? ( >=kde-plasma/kwin-x11-${PV}:${SLOT}[lock] ) " # Optional runtime deps: kde-plasma/plasma-desktop RDEPEND="${RDEPEND}