Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/umbrello/
Date: Sun, 01 Mar 2020 23:25:33
Message-Id: 1583105106.df35db279454706bec568551333eccb72ffba4dc.asturm@gentoo
1 commit: df35db279454706bec568551333eccb72ffba4dc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 23:21:32 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 23:25:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df35db27
7
8 kde-apps/umbrello: Disable finding more packages
9
10 Bug: https://bugs.gentoo.org/708822
11 Package-Manager: Portage-2.3.90, Repoman-2.3.20
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 kde-apps/umbrello/umbrello-19.12.2-r1.ebuild | 6 +++++-
15 1 file changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/kde-apps/umbrello/umbrello-19.12.2-r1.ebuild b/kde-apps/umbrello/umbrello-19.12.2-r1.ebuild
18 index ee8fa5a72c4..d39683e53d4 100644
19 --- a/kde-apps/umbrello/umbrello-19.12.2-r1.ebuild
20 +++ b/kde-apps/umbrello/umbrello-19.12.2-r1.ebuild
21 @@ -58,7 +58,11 @@ src_configure() {
22 -DBUILD_PHP_IMPORT=$(usex php)
23 -DBUILD_unittests=$(usex test)
24 )
25 - use test && mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON )
26 + use test && mycmakeargs+=(
27 + -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON
28 + -DCMAKE_DISABLE_FIND_PACKAGE_Clang=ON
29 + -DCMAKE_DISABLE_FIND_PACKAGE_CLANG=ON
30 + )
31
32 ecm_src_configure
33 }