commit:     c01ca6b2ff015d71962b5df395271b4d34dc84d0
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 19:56:35 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> 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 <eschwartz <AT> 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}"

Reply via email to