summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-02 21:57:17 +0000
committerSam James <sam@gentoo.org>2023-01-02 22:03:40 +0000
commit64e31153b5b287851d7861422627c2ef1d8e0582 (patch)
tree646b517539bd84777b647c50d222bb0225a23637 /sys-auth
parentsys-auth/polkit-qt: drop 0.114.0-r1 (diff)
downloadgentoo-64e31153b5b287851d7861422627c2ef1d8e0582.tar.gz
gentoo-64e31153b5b287851d7861422627c2ef1d8e0582.tar.bz2
gentoo-64e31153b5b287851d7861422627c2ef1d8e0582.zip
sys-auth/polkit-qt: depend on polkit[daemon(+)]
Otherwise polkit-agent isn't guaranteed to be around. USE=daemon means 'not just libs'. Closes: https://bugs.gentoo.org/889382 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/polkit-qt/polkit-qt-0.114.0-r3.ebuild (renamed from sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild b/sys-auth/polkit-qt/polkit-qt-0.114.0-r3.ebuild
index fbe9fa2e6ab8..464e34718786 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.114.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,7 +25,7 @@ RDEPEND="
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
- >=sys-auth/polkit-0.103
+ >=sys-auth/polkit-0.103[daemon(+)]
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"