From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CBA2C138350 for ; Sun, 1 Mar 2020 23:27:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F935E0870; Sun, 1 Mar 2020 23:27:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5409E0870 for ; Sun, 1 Mar 2020 23:27:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DC4934F29D for ; Sun, 1 Mar 2020 23:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D384148 for ; Sun, 1 Mar 2020 23:27:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1583105241.78e2d187d255ae5f0871b266fdf768a0558fc8f3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/umbrello/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/umbrello/umbrello-19.12.49.9999.ebuild kde-apps/umbrello/umbrello-9999.ebuild X-VCS-Directories: kde-apps/umbrello/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 78e2d187d255ae5f0871b266fdf768a0558fc8f3 X-VCS-Branch: master Date: Sun, 1 Mar 2020 23:27:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ead10a4-1dc0-43d2-82e6-5aa3da5494f9 X-Archives-Hash: 4df28d243563d502b8fed723e54a246b commit: 78e2d187d255ae5f0871b266fdf768a0558fc8f3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 1 23:21:32 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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 }