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@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-06 08:20:14 +02:00
parent 00ca5c9b7c
commit 64b09b6db4

View File

@@ -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