commit: 64b09b6db494dccc609b94f8492e4e85e21aed8f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 6 06:20:14 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 6 06:20:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b09b6d
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 <mgorny <AT> gentoo.org> 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 2f9362c815a..ff242144849 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
