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 74A6A138351 for ; Fri, 14 Feb 2020 10:24:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23EAEE0830; Fri, 14 Feb 2020 10:24:40 +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 078D4E0830 for ; Fri, 14 Feb 2020 10:24:40 +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 7098934EDAD for ; Fri, 14 Feb 2020 10:24:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED7F6AF for ; Fri, 14 Feb 2020 10:24:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581675869.ad8f1dbd286fc9ecbdedda7bfb3cf8a349edea97.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-10.0.0.9999.ebuild sys-devel/clang/clang-10.0.0_rc2.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ad8f1dbd286fc9ecbdedda7bfb3cf8a349edea97 X-VCS-Branch: master Date: Fri, 14 Feb 2020 10:24:35 +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: d2952fd5-2f29-4f41-b24e-674fed0a10a7 X-Archives-Hash: b8cf0313968b6f4e864860c74c19d483 commit: ad8f1dbd286fc9ecbdedda7bfb3cf8a349edea97 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 14 09:10:21 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 14 10:24:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8f1dbd sys-devel/clang: Disable broken check-clangd in 10 Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-10.0.0.9999.ebuild | 2 +- sys-devel/clang/clang-10.0.0_rc2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/clang/clang-10.0.0.9999.ebuild b/sys-devel/clang/clang-10.0.0.9999.ebuild index 456493136df..512b1d56a23 100644 --- a/sys-devel/clang/clang-10.0.0.9999.ebuild +++ b/sys-devel/clang/clang-10.0.0.9999.ebuild @@ -300,7 +300,7 @@ multilib_src_test() { local -x LIT_PRESERVES_TMP=1 cmake-utils_src_make check-clang multilib_is_native_abi && - cmake-utils_src_make check-clang-tools check-clangd + cmake-utils_src_make check-clang-tools } src_install() { diff --git a/sys-devel/clang/clang-10.0.0_rc2.ebuild b/sys-devel/clang/clang-10.0.0_rc2.ebuild index ee94d3e3bbe..b14ce0461b4 100644 --- a/sys-devel/clang/clang-10.0.0_rc2.ebuild +++ b/sys-devel/clang/clang-10.0.0_rc2.ebuild @@ -300,7 +300,7 @@ multilib_src_test() { local -x LIT_PRESERVES_TMP=1 cmake-utils_src_make check-clang multilib_is_native_abi && - cmake-utils_src_make check-clang-tools check-clangd + cmake-utils_src_make check-clang-tools } src_install() {