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 95446158176 for ; Fri, 10 Oct 2025 18:43:53 +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 81E56341450 for ; Fri, 10 Oct 2025 18:43:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 09D421104A0; Fri, 10 Oct 2025 18:43:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 006BC1104A0 for ; Fri, 10 Oct 2025 18:43:46 +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 B0B9F340D3C for ; Fri, 10 Oct 2025 18:43:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDB943A5A for ; Fri, 10 Oct 2025 18:43:44 +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: <1760121737.31005379c765f45407c5d590bb1fbb9e77d93b92.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-meta/plasma-meta-6.4.5-r1.ebuild kde-plasma/plasma-meta/plasma-meta-6.4.5.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 31005379c765f45407c5d590bb1fbb9e77d93b92 X-VCS-Branch: master Date: Fri, 10 Oct 2025 18:43:44 +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: 23d3790b-e94f-44a4-a679-f9d8966c9157 X-Archives-Hash: 51d2884a4e2ae4a970ac9f423c4d6b09 commit: 31005379c765f45407c5d590bb1fbb9e77d93b92 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 8 20:20:14 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 10 18:42:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31005379 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> .../{plasma-meta-6.4.5.ebuild => plasma-meta-6.4.5-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-6.4.5.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.4.5-r1.ebuild similarity index 99% rename from kde-plasma/plasma-meta/plasma-meta-6.4.5.ebuild rename to kde-plasma/plasma-meta/plasma-meta-6.4.5-r1.ebuild index a79ee52a3942..34c96fd36eee 100644 --- a/kde-plasma/plasma-meta/plasma-meta-6.4.5.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-6.4.5-r1.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 ) )