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 147AE158046 for ; Fri, 10 Oct 2025 13:59:31 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 00C98340EA9 for ; Fri, 10 Oct 2025 13:59:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EFDFE110213; Fri, 10 Oct 2025 13:59:29 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E528F110213 for ; Fri, 10 Oct 2025 13:59:29 +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 963FA340E53 for ; Fri, 10 Oct 2025 13:59:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E722A2178 for ; Fri, 10 Oct 2025 13:59:27 +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: <1760104741.24a89ff2a308388f761579a676efd52f869b6cec.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-6.4.49.9999.ebuild kde-plasma/plasma-meta/plasma-meta-6.4.91.ebuild kde-plasma/plasma-meta/plasma-meta-6.5.49.9999.ebuild 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: 24a89ff2a308388f761579a676efd52f869b6cec X-VCS-Branch: master Date: Fri, 10 Oct 2025 13:59:27 +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: 9571b5a8-e207-448a-a351-8632b4c4db10 X-Archives-Hash: e3cd9cd1db3c794fbc620ef03e96b017 commit: 24a89ff2a308388f761579a676efd52f869b6cec Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 8 20:20:14 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 10 13:59:01 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=24a89ff2 kde-plasma/plasma-meta: Drop needless x11-misc/sddm[X=] tie-in Users will figure that one out. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-meta/plasma-meta-6.4.49.9999.ebuild | 2 +- kde-plasma/plasma-meta/plasma-meta-6.4.91.ebuild | 2 +- kde-plasma/plasma-meta/plasma-meta-6.5.49.9999.ebuild | 2 +- kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-6.4.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.4.49.9999.ebuild index 60043e9841..21c9f41c90 100644 --- a/kde-plasma/plasma-meta/plasma-meta-6.4.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-6.4.49.9999.ebuild @@ -80,7 +80,7 @@ RDEPEND=" display-manager? ( sddm? ( >=kde-plasma/sddm-kcm-${PV}:${SLOT} - >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?,X?] + >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?] ) !sddm? ( x11-misc/lightdm ) ) diff --git a/kde-plasma/plasma-meta/plasma-meta-6.4.91.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.4.91.ebuild index 93974c2e37..c777727327 100644 --- a/kde-plasma/plasma-meta/plasma-meta-6.4.91.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-6.4.91.ebuild @@ -81,7 +81,7 @@ RDEPEND=" display-manager? ( sddm? ( >=kde-plasma/sddm-kcm-${PV}:${SLOT} - >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?,X?] + >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?] ) !sddm? ( x11-misc/lightdm ) ) diff --git a/kde-plasma/plasma-meta/plasma-meta-6.5.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.5.49.9999.ebuild index 7991ff29f7..c6e0076a98 100644 --- a/kde-plasma/plasma-meta/plasma-meta-6.5.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-6.5.49.9999.ebuild @@ -81,7 +81,7 @@ RDEPEND=" display-manager? ( sddm? ( >=kde-plasma/sddm-kcm-${PV}:${SLOT} - >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?,X?] + >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?] ) !sddm? ( x11-misc/lightdm ) ) diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index 7991ff29f7..c6e0076a98 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -81,7 +81,7 @@ RDEPEND=" display-manager? ( sddm? ( >=kde-plasma/sddm-kcm-${PV}:${SLOT} - >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?,X?] + >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?] ) !sddm? ( x11-misc/lightdm ) )