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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 127E0158074 for ; Wed, 02 Jul 2025 17:13:18 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 01CB134143C for ; Wed, 02 Jul 2025 17:13:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E7D87110320; Wed, 02 Jul 2025 17:13:16 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D95A7110320 for ; Wed, 02 Jul 2025 17:13:16 +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 8B5DD34143C for ; Wed, 02 Jul 2025 17:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED79B2A84 for ; Wed, 02 Jul 2025 17:13:14 +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: <1751476374.58eab2359ee65d094895a5c5da6084a29cf256e1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/polkit-qt/polkit-qt-0.200.0.ebuild X-VCS-Directories: sys-auth/polkit-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 58eab2359ee65d094895a5c5da6084a29cf256e1 X-VCS-Branch: master Date: Wed, 02 Jul 2025 17:13:14 +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: 51ef9dce-69ec-4efa-ab35-00e5ac2a5b17 X-Archives-Hash: 2c69ebcbd15ec0d7c062440482d89b8c commit: 58eab2359ee65d094895a5c5da6084a29cf256e1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 2 17:09:57 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 2 17:12:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58eab235 sys-auth/polkit-qt: Switch IUSE default from +qt5 to +qt6 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-auth/polkit-qt/polkit-qt-0.200.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/polkit-qt/polkit-qt-0.200.0.ebuild b/sys-auth/polkit-qt/polkit-qt-0.200.0.ebuild index 618f38a11324..389ea3aad635 100644 --- a/sys-auth/polkit-qt/polkit-qt-0.200.0.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-0.200.0.ebuild @@ -17,7 +17,7 @@ fi LICENSE="LGPL-2" SLOT="0" -IUSE="+qt5 qt6" +IUSE="qt5 +qt6" REQUIRED_USE="|| ( qt5 qt6 )" RDEPEND="