From: Andreas Sturmlechner Date: Sun, 1 Mar 2020 23:21:32 +0000 (+0100) Subject: kde-apps/umbrello: Disable finding more packages X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=df35db279454706bec568551333eccb72ffba4dc;p=gentoo.git kde-apps/umbrello: Disable finding more packages Bug: https://bugs.gentoo.org/708822 Package-Manager: Portage-2.3.90, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/kde-apps/umbrello/umbrello-19.12.2-r1.ebuild b/kde-apps/umbrello/umbrello-19.12.2-r1.ebuild index ee8fa5a72c4c..d39683e53d48 100644 --- a/kde-apps/umbrello/umbrello-19.12.2-r1.ebuild +++ b/kde-apps/umbrello/umbrello-19.12.2-r1.ebuild @@ -58,7 +58,11 @@ src_configure() { -DBUILD_PHP_IMPORT=$(usex php) -DBUILD_unittests=$(usex test) ) - use test && mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON ) + use test && mycmakeargs+=( + -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON + -DCMAKE_DISABLE_FIND_PACKAGE_Clang=ON + -DCMAKE_DISABLE_FIND_PACKAGE_CLANG=ON + ) ecm_src_configure }