summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-02 00:21:32 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-02 00:25:06 +0100
commitdf35db279454706bec568551333eccb72ffba4dc (patch)
treebd77af2135fda4a0e7fd0d693f56bc98c748b4b0 /kde-apps
parentwww-apps/chromedriver-bin: bump to v80.0.3987.106 (diff)
downloadgentoo-df35db279454706bec568551333eccb72ffba4dc.tar.gz
gentoo-df35db279454706bec568551333eccb72ffba4dc.tar.bz2
gentoo-df35db279454706bec568551333eccb72ffba4dc.zip
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 <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/umbrello/umbrello-19.12.2-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
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
}