mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user