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 344E4158083 for ; Sun, 1 Sep 2024 20:35:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 530E3E2A06; Sun, 1 Sep 2024 20:35:37 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 338D8E2A06 for ; Sun, 1 Sep 2024 20:35:37 +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 3E4F434302F for ; Sun, 1 Sep 2024 20:35:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CF74DA2 for ; Sun, 1 Sep 2024 20:35:34 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1725222882.c01ca6b2ff015d71962b5df395271b4d34dc84d0.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-admin/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-admin/lxqt-admin-2.0.0-r1.ebuild lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild X-VCS-Directories: lxqt-base/lxqt-admin/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: c01ca6b2ff015d71962b5df395271b4d34dc84d0 X-VCS-Branch: master Date: Sun, 1 Sep 2024 20:35:34 +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: ccea3645-fa50-4b5a-9577-5d7437c07fdb X-Archives-Hash: 7a526a217be81f2e1d512939b52a19d2 commit: c01ca6b2ff015d71962b5df395271b4d34dc84d0 Author: Eli Schwartz gentoo org> AuthorDate: Sun Sep 1 19:56:35 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Sun Sep 1 20:34:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01ca6b2 lxqt-base/lxqt-admin: fix dependencies for qt6 port 2.0.0 moved to qt6: https://github.com/lxqt/lxqt-admin/commit/542afc65bb010463076745278714a9c5b1a6e66b But part of that includes depending on PolkitQt6 instead of PolkitQt5, which means we need to enforce that USE dependency on polkit-qt (which also requires a much higher minimum version from when polkit-qt ported to support qt6 at all). Closes: https://bugs.gentoo.org/938817 Signed-off-by: Eli Schwartz gentoo.org> .../lxqt-admin/{lxqt-admin-2.0.0.ebuild => lxqt-admin-2.0.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-2.0.0-r1.ebuild similarity index 95% rename from lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild rename to lxqt-base/lxqt-admin/lxqt-admin-2.0.0-r1.ebuild index b937a57dae32..d41ac2c7d787 100644 --- a/lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild +++ b/lxqt-base/lxqt-admin/lxqt-admin-2.0.0-r1.ebuild @@ -26,7 +26,7 @@ DEPEND=" >=dev-qt/qtbase-6.6:6[dbus,gui,widgets] =lxqt-base/liblxqt-${MY_PV}* kde-frameworks/kwindowsystem:6 - >=sys-auth/polkit-qt-0.113.0 + >=sys-auth/polkit-qt-0.175.0[qt6] =lxqt-base/liblxqt-${MY_PV}*:= " RDEPEND="${DEPEND}"