commit:     154373846ad41a960d5a74c4da75fa1874c539c0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 20 19:58:32 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 20 20:39:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15437384

kde-apps/umbrello: Disable Qt5WebKitWidgets in cmake

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/umbrello/umbrello-20.08.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/umbrello/umbrello-20.08.3.ebuild 
b/kde-apps/umbrello/umbrello-20.08.3.ebuild
index d065a45bcb0..fee13abd9b3 100644
--- a/kde-apps/umbrello/umbrello-20.08.3.ebuild
+++ b/kde-apps/umbrello/umbrello-20.08.3.ebuild
@@ -60,6 +60,7 @@ PATCHES=(
 src_configure() {
        local mycmakeargs=(
                -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON # broken, re-enable w/ 
ECM_QTHELP
+               -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON
                -DBUILD_APIDOC=OFF
                -DBUILD_KF5=ON
                -DBUILD_PHP_IMPORT=$(usex php)

Reply via email to