summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2024-09-01 15:56:35 -0400
committerEli Schwartz <eschwartz@gentoo.org>2024-09-01 16:34:42 -0400
commitc01ca6b2ff015d71962b5df395271b4d34dc84d0 (patch)
tree3a5f76a82b03b77f78df73cf121ff05dd50a9da3 /lxqt-base/lxqt-admin
parentdev-python/selenium: Keyword 4.24.0 arm64, #936595 (diff)
downloadgentoo-c01ca6b2ff015d71962b5df395271b4d34dc84d0.tar.gz
gentoo-c01ca6b2ff015d71962b5df395271b4d34dc84d0.tar.bz2
gentoo-c01ca6b2ff015d71962b5df395271b4d34dc84d0.zip
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@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-admin')
-rw-r--r--lxqt-base/lxqt-admin/lxqt-admin-2.0.0-r1.ebuild (renamed from lxqt-base/lxqt-admin/lxqt-admin-2.0.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
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
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}"