From: Michał Górny Date: Wed, 6 May 2020 06:20:14 +0000 (+0200) Subject: sys-devel/clang: Do not install clang-tidy-headers after all X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=64b09b6db494dccc609b94f8492e4e85e21aed8f;p=gentoo.git sys-devel/clang: Do not install clang-tidy-headers after all 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 --- 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