Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
Date: Wed, 06 May 2020 06:21:00
Message-Id: 1588746014.64b09b6db494dccc609b94f8492e4e85e21aed8f.mgorny@gentoo
1 commit: 64b09b6db494dccc609b94f8492e4e85e21aed8f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 06:20:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 06:20:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b09b6d
7
8 sys-devel/clang: Do not install clang-tidy-headers after all
9
10 Stop installing clang-tidy-headers since no libraries are installed
11 corresponding to these headers.
12
13 Closes: https://bugs.gentoo.org/720774
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 sys-devel/clang/clang-11.0.0.9999.ebuild | 5 ++++-
17 1 file changed, 4 insertions(+), 1 deletion(-)
18
19 diff --git a/sys-devel/clang/clang-11.0.0.9999.ebuild b/sys-devel/clang/clang-11.0.0.9999.ebuild
20 index 2f9362c815a..ff242144849 100644
21 --- a/sys-devel/clang/clang-11.0.0.9999.ebuild
22 +++ b/sys-devel/clang/clang-11.0.0.9999.ebuild
23 @@ -107,6 +107,10 @@ check_distribution_components() {
24 clang*|findAllSymbols)
25 continue
26 ;;
27 + # headers for clang-tidy static library
28 + clang-tidy-headers)
29 + continue
30 + ;;
31 esac
32
33 all_targets+=( "${l}" )
34 @@ -181,7 +185,6 @@ get_distribution_components() {
35 clang-query
36 clang-reorder-fields
37 clang-tidy
38 - clang-tidy-headers
39 clangd
40 find-all-symbols
41 modularize