diff options
author | 2022-02-28 00:33:17 +0100 | |
---|---|---|
committer | 2022-02-28 00:33:17 +0100 | |
commit | 244deff579db93b23c3a21a9082d88294cebdfbd (patch) | |
tree | 80e72a752f5a08c9712c24fbc0d8f654af56ea55 /kde-frameworks/kconfig | |
parent | kde-plasma/oxygen-sounds: Update blocker (diff) | |
download | kde-244deff579db93b23c3a21a9082d88294cebdfbd.tar.gz kde-244deff579db93b23c3a21a9082d88294cebdfbd.tar.bz2 kde-244deff579db93b23c3a21a9082d88294cebdfbd.zip |
kde-frameworks: PythonModuleGeneration was dropped upstream
See also:
https://mail.kde.org/pipermail/distributions/2022-February/001148.html
Glad we never wasted time on this.
Bug: https://bugs.gentoo.org/746866
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kconfig')
-rw-r--r-- | kde-frameworks/kconfig/kconfig-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kde-frameworks/kconfig/kconfig-9999.ebuild b/kde-frameworks/kconfig/kconfig-9999.ebuild index d2487c627a..3e09d5e4c5 100644 --- a/kde-frameworks/kconfig/kconfig-9999.ebuild +++ b/kde-frameworks/kconfig/kconfig-9999.ebuild @@ -33,7 +33,6 @@ DOCS=( DESIGN docs/{DESIGN.kconfig,options.md} ) src_configure() { local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866 -DKCONFIG_USE_DBUS=$(usex dbus) $(cmake_use_find_package qml Qt5Qml) ) |