Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kauth/
Date: Sun, 03 Sep 2017 11:00:18
Message-Id: 1504436407.3327d6573642773121453c9943c745baead0dd80.asturm@gentoo
1 commit: 3327d6573642773121453c9943c745baead0dd80
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 3 11:00:07 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 3 11:00:07 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3327d657
7
8 kde-frameworks/kauth: Relax polkit-qt[qt5] usedep
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 kde-frameworks/kauth/kauth-5.38.0.ebuild | 2 +-
13 kde-frameworks/kauth/kauth-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/kde-frameworks/kauth/kauth-5.38.0.ebuild b/kde-frameworks/kauth/kauth-5.38.0.ebuild
17 index 0b7ce29ed9..4852c2fb78 100644
18 --- a/kde-frameworks/kauth/kauth-5.38.0.ebuild
19 +++ b/kde-frameworks/kauth/kauth-5.38.0.ebuild
20 @@ -16,7 +16,7 @@ RDEPEND="
21 $(add_qt_dep qtdbus)
22 $(add_qt_dep qtgui)
23 $(add_qt_dep qtwidgets)
24 - policykit? ( sys-auth/polkit-qt[qt5] )
25 + policykit? ( sys-auth/polkit-qt[qt5(+)] )
26 "
27 DEPEND="${RDEPEND}
28 nls? ( $(add_qt_dep linguist-tools) )
29
30 diff --git a/kde-frameworks/kauth/kauth-9999.ebuild b/kde-frameworks/kauth/kauth-9999.ebuild
31 index 1bf3fa83f5..949e8606f3 100644
32 --- a/kde-frameworks/kauth/kauth-9999.ebuild
33 +++ b/kde-frameworks/kauth/kauth-9999.ebuild
34 @@ -16,7 +16,7 @@ RDEPEND="
35 $(add_qt_dep qtdbus)
36 $(add_qt_dep qtgui)
37 $(add_qt_dep qtwidgets)
38 - policykit? ( sys-auth/polkit-qt[qt5] )
39 + policykit? ( sys-auth/polkit-qt[qt5(+)] )
40 "
41 DEPEND="${RDEPEND}
42 nls? ( $(add_qt_dep linguist-tools) )