commit: e9f951b58488d472610c64cacfc3cd4697daca60
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 14:20:11 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 14:20:11 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e9f951b5
kde-plasma/plasma-desktop: Fixup IUSE=policykit mistake
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 407fff7182..e23b997937 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild
@@ -124,7 +124,7 @@ PATCHES=(
src_prepare() {
ecm_src_prepare
- cmake_run_in kcms cmake_comment_add_subdirectory users
+ use policykit || cmake_run_in kcms cmake_comment_add_subdirectory users
if ! use ibus; then
sed -e "s/Qt5X11Extras_FOUND AND XCB_XCB_FOUND AND
XCB_KEYSYMS_FOUND/false/" \