summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2022-11-27 09:48:53 +0800
committerWANG Xuerui <xen0n@gentoo.org>2022-11-27 20:54:28 +0800
commit0d68f10ae6bd3f47a9632edd057293ad4ec4a823 (patch)
tree0575d7ffe74be79219a426b114a9cbae34137257
parentsys-devel/clang-runtime: keyword 16.0.0_pre20221126 for ~loong (diff)
downloadgentoo-0d68f10a.tar.gz
gentoo-0d68f10a.tar.bz2
gentoo-0d68f10a.zip
sys-devel/clang: keyword 16.0.0_pre20221126 for ~loong
On real Loongson 3A5000 hardware: ``` Failed Tests (1): Clang :: Analysis/localization-aggressive.m Testing Time: 1057.05s Skipped : 5 Unsupported : 170 Passed : 31461 Expectedly Failed: 28 Failed : 1 ``` The only failure is macOS-related, and does not affect Linux usage. See: https://github.com/gentoo/gentoo/pull/28443 Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
-rw-r--r--sys-devel/clang/clang-16.0.0_pre20221126.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-16.0.0_pre20221126.ebuild b/sys-devel/clang/clang-16.0.0_pre20221126.ebuild
index c55df1bd2edf..f1d4f03620a2 100644
--- a/sys-devel/clang/clang-16.0.0_pre20221126.ebuild
+++ b/sys-devel/clang/clang-16.0.0_pre20221126.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://llvm.org/"
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT"
SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
-KEYWORDS=""
+KEYWORDS="~loong"
IUSE="debug doc +extra +pie +static-analyzer test xml"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RESTRICT="!test? ( test )"