Skip to content

Commit

Permalink
kde-apps/umbrello: Disable finding more packages
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/708822
Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 1, 2020
1 parent df0d205 commit df35db2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kde-apps/umbrello/umbrello-19.12.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit df35db2

Please sign in to comment.