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 064CA1581D3 for ; Mon, 27 May 2024 22:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 723A52BC03A; Mon, 27 May 2024 22:23:52 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 525CA2BC03A for ; Mon, 27 May 2024 22:23:52 +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 1C964343017 for ; Mon, 27 May 2024 22:23:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC1C71BE1 for ; Mon, 27 May 2024 22:23:47 +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: <1716848609.e9a06f29b016dc906fd210c831917c689b5be839.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.0.90-r1.ebuild kde-plasma/plasma-meta/plasma-meta-6.0.90.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e9a06f29b016dc906fd210c831917c689b5be839 X-VCS-Branch: master Date: Mon, 27 May 2024 22:23:47 +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: 24dfa2cf-ef40-4399-859b-a5e41aa72d56 X-Archives-Hash: e4f8fd5b7988dd8b3bfa7faec7e7a6b4 commit: e9a06f29b016dc906fd210c831917c689b5be839 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 27 22:06:05 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 27 22:23:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a06f29 kde-plasma/plasma-meta: Depend on first Qt6-based x11-misc/sddm version Bug: https://bugs.gentoo.org/925866 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{plasma-meta-6.0.90.ebuild => plasma-meta-6.0.90-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-6.0.90.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.0.90-r1.ebuild similarity index 98% rename from kde-plasma/plasma-meta/plasma-meta-6.0.90.ebuild rename to kde-plasma/plasma-meta/plasma-meta-6.0.90-r1.ebuild index 449d7369526b..65f6cd6ca2c5 100644 --- a/kde-plasma/plasma-meta/plasma-meta-6.0.90.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-6.0.90-r1.ebuild @@ -67,7 +67,7 @@ RDEPEND=" display-manager? ( sddm? ( >=kde-plasma/sddm-kcm-${PV}:${SLOT} - x11-misc/sddm[elogind?,systemd?] + >=x11-misc/sddm-0.21.0_p20240302[elogind?,systemd?] ) !sddm? ( x11-misc/lightdm ) )