From 64b09b6db494dccc609b94f8492e4e85e21aed8f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 6 May 2020 08:20:14 +0200 Subject: [PATCH] sys-devel/clang: Do not install clang-tidy-headers after all MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Stop installing clang-tidy-headers since no libraries are installed corresponding to these headers. Closes: https://bugs.gentoo.org/720774 Signed-off-by: Michał Górny --- sys-devel/clang/clang-11.0.0.9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-devel/clang/clang-11.0.0.9999.ebuild b/sys-devel/clang/clang-11.0.0.9999.ebuild index 2f9362c815a1..ff2421448499 100644 --- a/sys-devel/clang/clang-11.0.0.9999.ebuild +++ b/sys-devel/clang/clang-11.0.0.9999.ebuild @@ -107,6 +107,10 @@ check_distribution_components() { clang*|findAllSymbols) continue ;; + # headers for clang-tidy static library + clang-tidy-headers) + continue + ;; esac all_targets+=( "${l}" ) @@ -181,7 +185,6 @@ get_distribution_components() { clang-query clang-reorder-fields clang-tidy - clang-tidy-headers clangd find-all-symbols modularize -- 2.26.2