From 6990f098728781bec8178e4b92ecee5aa4430b26 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 10 Oct 2020 10:12:43 +0200 Subject: kde-frameworks: Disable PythonModuleGeneration Closes: https://bugs.gentoo.org/746866 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner --- kde-frameworks/kauth/kauth-5.74.0.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'kde-frameworks/kauth') diff --git a/kde-frameworks/kauth/kauth-5.74.0.ebuild b/kde-frameworks/kauth/kauth-5.74.0.ebuild index 295a08a101b3..08bb212c11c1 100644 --- a/kde-frameworks/kauth/kauth-5.74.0.ebuild +++ b/kde-frameworks/kauth/kauth-5.74.0.ebuild @@ -28,6 +28,7 @@ PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )" src_configure() { local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866 $(cmake_use_find_package policykit PolkitQt5-1) ) -- cgit v1.2.3-65-gdbad