From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1642704-garchives=archives.gentoo.org@lists.gentoo.org>
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 0E5FD15817D
	for <garchives@archives.gentoo.org>; Fri, 14 Jun 2024 17:29:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 50BEC2BC013;
	Fri, 14 Jun 2024 17:29:38 +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 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 366892BC013
	for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2024 17:29:38 +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 374B533BEB9
	for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2024 17:29:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CAEE916D9
	for <gentoo-commits@lists.gentoo.org>; Fri, 14 Jun 2024 17:29:35 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1718386135.376bd1d3e4832e207e41d6c42f6b3f95a40d510c.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-frameworks/kauth/kauth-6.3.0-r1.ebuild kde-frameworks/kauth/kauth-6.3.0.ebuild
X-VCS-Directories: kde-frameworks/kauth/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 376bd1d3e4832e207e41d6c42f6b3f95a40d510c
X-VCS-Branch: master
Date: Fri, 14 Jun 2024 17:29:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9e8bb23b-ac46-4767-8338-b3d425557b07
X-Archives-Hash: 8c034279dcf09889f9db4b4063113f55

commit:     376bd1d3e4832e207e41d6c42f6b3f95a40d510c
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Jun 14 11:53:16 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 17:28:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376bd1d3

kde-frameworks/kauth: requires wayland backend unconditionally from kwindowsystem

https://invent.kde.org/frameworks/kauth/-/commit/382b6ae8c7cc19cb2c1b1f5e8f32f767f09222ce

Closes: https://bugs.gentoo.org/934246
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37155
Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-frameworks/kauth/{kauth-6.3.0.ebuild => kauth-6.3.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kauth/kauth-6.3.0.ebuild b/kde-frameworks/kauth/kauth-6.3.0-r1.ebuild
similarity index 93%
rename from kde-frameworks/kauth/kauth-6.3.0.ebuild
rename to kde-frameworks/kauth/kauth-6.3.0-r1.ebuild
index a4550707ac9e..ec70557fa863 100644
--- a/kde-frameworks/kauth/kauth-6.3.0.ebuild
+++ b/kde-frameworks/kauth/kauth-6.3.0-r1.ebuild
@@ -17,7 +17,7 @@ DEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
 	=kde-frameworks/kcoreaddons-${PVCUT}*:6
 	policykit? (
-		=kde-frameworks/kwindowsystem-${PVCUT}*:6
+		=kde-frameworks/kwindowsystem-${PVCUT}*:6[wayland]
 		>=sys-auth/polkit-qt-0.113.0[qt6(-)]
 	)
 "