Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/
Date: Mon, 02 Jan 2023 22:07:18
Message-Id: 1672697020.64e31153b5b287851d7861422627c2ef1d8e0582.sam@gentoo
1 commit: 64e31153b5b287851d7861422627c2ef1d8e0582
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 21:57:17 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 22:03:40 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e31153
7
8 sys-auth/polkit-qt: depend on polkit[daemon(+)]
9
10 Otherwise polkit-agent isn't guaranteed to be around. USE=daemon means 'not just
11 libs'.
12
13 Closes: https://bugs.gentoo.org/889382
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 .../{polkit-qt-0.114.0-r2.ebuild => polkit-qt-0.114.0-r3.ebuild} | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 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
20 similarity index 92%
21 rename from sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
22 rename to sys-auth/polkit-qt/polkit-qt-0.114.0-r3.ebuild
23 index fbe9fa2e6ab8..464e34718786 100644
24 --- a/sys-auth/polkit-qt/polkit-qt-0.114.0-r2.ebuild
25 +++ b/sys-auth/polkit-qt/polkit-qt-0.114.0-r3.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2022 Gentoo Authors
28 +# Copyright 1999-2023 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=8
32 @@ -25,7 +25,7 @@ RDEPEND="
33 dev-qt/qtdbus:5
34 dev-qt/qtgui:5
35 dev-qt/qtwidgets:5
36 - >=sys-auth/polkit-0.103
37 + >=sys-auth/polkit-0.103[daemon(+)]
38 "
39 DEPEND="${RDEPEND}"
40 BDEPEND="virtual/pkgconfig"