From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 B148C158021 for ; Mon, 19 Dec 2022 05:41:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC8E5E0B0F; Mon, 19 Dec 2022 05:41:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B532DE0B0F for ; Mon, 19 Dec 2022 05:41:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADEED341495 for ; Mon, 19 Dec 2022 05:41:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3E337CE for ; Mon, 19 Dec 2022 05:41:28 +0000 (UTC) From: "WANG Xuerui" 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" Message-ID: <1671428404.538710efc53e6bc8a711e09598307d4161056f4a.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxxabi/libcxxabi-16.0.0_pre20221217.ebuild X-VCS-Directories: sys-libs/libcxxabi/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 538710efc53e6bc8a711e09598307d4161056f4a X-VCS-Branch: master Date: Mon, 19 Dec 2022 05:41:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a766bd41-b6ce-4af3-96fe-cd279e0d06b4 X-Archives-Hash: 9cf9a5c51c81811a17e08c2a88707e94 commit: 538710efc53e6bc8a711e09598307d4161056f4a Author: WANG Xuerui gentoo org> AuthorDate: Mon Dec 19 05:38:49 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Dec 19 05:40:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538710ef sys-libs/libcxxabi: keyword 16.0.0_pre20221217 for ~loong Signed-off-by: WANG Xuerui gentoo.org> sys-libs/libcxxabi/libcxxabi-16.0.0_pre20221217.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libcxxabi/libcxxabi-16.0.0_pre20221217.ebuild b/sys-libs/libcxxabi/libcxxabi-16.0.0_pre20221217.ebuild index 8d8f8212d31e..7c4917cbb65c 100644 --- a/sys-libs/libcxxabi/libcxxabi-16.0.0_pre20221217.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-16.0.0_pre20221217.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://libcxxabi.llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="" +KEYWORDS="~loong" IUSE="+clang static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )"