diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-10 10:12:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-10 13:56:34 +0200 |
commit | 6990f098728781bec8178e4b92ecee5aa4430b26 (patch) | |
tree | 93ec39013107da59c3c0ae2c36b2e57d2635983b /kde-frameworks/kauth | |
parent | sci-astronomy/stellarium: fix patches (diff) | |
download | gentoo-6990f098728781bec8178e4b92ecee5aa4430b26.tar.gz gentoo-6990f098728781bec8178e4b92ecee5aa4430b26.tar.bz2 gentoo-6990f098728781bec8178e4b92ecee5aa4430b26.zip |
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 <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r-- | kde-frameworks/kauth/kauth-5.74.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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) ) |