commit:     78e2d187d255ae5f0871b266fdf768a0558fc8f3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  1 23:21:32 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  1 23:27:21 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=78e2d187

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 <AT> gentoo.org>

 kde-apps/umbrello/umbrello-19.12.49.9999.ebuild | 6 +++++-
 kde-apps/umbrello/umbrello-9999.ebuild          | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/kde-apps/umbrello/umbrello-19.12.49.9999.ebuild 
b/kde-apps/umbrello/umbrello-19.12.49.9999.ebuild
index 99da515610..ad582363fa 100644
--- a/kde-apps/umbrello/umbrello-19.12.49.9999.ebuild
+++ b/kde-apps/umbrello/umbrello-19.12.49.9999.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
 }

diff --git a/kde-apps/umbrello/umbrello-9999.ebuild 
b/kde-apps/umbrello/umbrello-9999.ebuild
index 01832f0f4a..7c3728cc5e 100644
--- a/kde-apps/umbrello/umbrello-9999.ebuild
+++ b/kde-apps/umbrello/umbrello-9999.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
 }

Reply via email to