Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
Date: Sun, 27 Nov 2022 12:55:27
Message-Id: 1669553668.0d68f10ae6bd3f47a9632edd057293ad4ec4a823.xen0n@gentoo
1 commit: 0d68f10ae6bd3f47a9632edd057293ad4ec4a823
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 01:48:53 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 12:54:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d68f10a
7
8 sys-devel/clang: keyword 16.0.0_pre20221126 for ~loong
9
10 On real Loongson 3A5000 hardware:
11
12 ```
13 Failed Tests (1):
14 Clang :: Analysis/localization-aggressive.m
15 Testing Time: 1057.05s
16 Skipped : 5
17 Unsupported : 170
18 Passed : 31461
19 Expectedly Failed: 28
20 Failed : 1
21 ```
22
23 The only failure is macOS-related, and does not affect Linux usage.
24
25 See: https://github.com/gentoo/gentoo/pull/28443
26 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
27
28 sys-devel/clang/clang-16.0.0_pre20221126.ebuild | 2 +-
29 1 file changed, 1 insertion(+), 1 deletion(-)
30
31 diff --git a/sys-devel/clang/clang-16.0.0_pre20221126.ebuild b/sys-devel/clang/clang-16.0.0_pre20221126.ebuild
32 index c55df1bd2edf..f1d4f03620a2 100644
33 --- a/sys-devel/clang/clang-16.0.0_pre20221126.ebuild
34 +++ b/sys-devel/clang/clang-16.0.0_pre20221126.ebuild
35 @@ -15,7 +15,7 @@ HOMEPAGE="https://llvm.org/"
36
37 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT"
38 SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
39 -KEYWORDS=""
40 +KEYWORDS="~loong"
41 IUSE="debug doc +extra +pie +static-analyzer test xml"
42 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
43 RESTRICT="!test? ( test )"