From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DECD5138359 for ; Mon, 26 Oct 2020 14:20:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 193EAE0805; Mon, 26 Oct 2020 14:20:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 018B5E0805 for ; Mon, 26 Oct 2020 14:20:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 975BF335D40 for ; Mon, 26 Oct 2020 14:20:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3EAB3B1 for ; Mon, 26 Oct 2020 14:20:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1603722011.e9f951b58488d472610c64cacfc3cd4697daca60.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e9f951b58488d472610c64cacfc3cd4697daca60 X-VCS-Branch: master Date: Mon, 26 Oct 2020 14:20:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7306e5a8-7957-4e8d-ae25-eec67aa7ee14 X-Archives-Hash: 8980b1afcd1575deee3f3551e613831d commit: e9f951b58488d472610c64cacfc3cd4697daca60 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 26 14:20:11 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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/" \