From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1461126-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id C82E4158020
	for <garchives@archives.gentoo.org>; Sun, 27 Nov 2022 12:55:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DA662E08EC;
	Sun, 27 Nov 2022 12:55:25 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C5FE5E08EC
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Nov 2022 12:55:25 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C588234127D
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Nov 2022 12:55:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B615772
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Nov 2022 12:55:22 +0000 (UTC)
From: "WANG Xuerui" <xen0n@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" <xen0n@gentoo.org>
Message-ID: <1669553668.0d68f10ae6bd3f47a9632edd057293ad4ec4a823.xen0n@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-devel/clang/clang-16.0.0_pre20221126.ebuild
X-VCS-Directories: sys-devel/clang/
X-VCS-Committer: xen0n
X-VCS-Committer-Name: WANG Xuerui
X-VCS-Revision: 0d68f10ae6bd3f47a9632edd057293ad4ec4a823
X-VCS-Branch: master
Date: Sun, 27 Nov 2022 12:55:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: bc1338b2-5d8c-473d-8725-4dea2c9f7d4f
X-Archives-Hash: 4b7682aa7b477d77618e1dd861d4bbc4

commit:     0d68f10ae6bd3f47a9632edd057293ad4ec4a823
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 01:48:53 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 12:54:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d68f10a

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 <AT> gentoo.org>

 sys-devel/clang/clang-16.0.0_pre20221126.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 )"