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-plasma/plasma-desktop/
Date: Mon, 26 Oct 2020 14:20:30
Message-Id: 1603722011.e9f951b58488d472610c64cacfc3cd4697daca60.asturm@gentoo
1 commit: e9f951b58488d472610c64cacfc3cd4697daca60
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 14:20:11 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 14:20:11 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e9f951b5
7
8 kde-plasma/plasma-desktop: Fixup IUSE=policykit mistake
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild
17 index 407fff7182..e23b997937 100644
18 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild
19 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild
20 @@ -124,7 +124,7 @@ PATCHES=(
21 src_prepare() {
22 ecm_src_prepare
23
24 - cmake_run_in kcms cmake_comment_add_subdirectory users
25 + use policykit || cmake_run_in kcms cmake_comment_add_subdirectory users
26
27 if ! use ibus; then
28 sed -e "s/Qt5X11Extras_FOUND AND XCB_XCB_FOUND AND XCB_KEYSYMS_FOUND/false/" \