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 1E3C9158020 for ; Mon, 19 Dec 2022 05:41:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34DACE0B34; Mon, 19 Dec 2022 05:41:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1DCD2E0B34 for ; Mon, 19 Dec 2022 05:41:32 +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 F103A3411AF 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 26FC37D3 for ; Mon, 19 Dec 2022 05:41:29 +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: <1671428469.616d6c74f9fa20a54937aca014a858dcf2dbb2f6.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lit/lit-16.0.0_pre20221217.ebuild X-VCS-Directories: dev-python/lit/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 616d6c74f9fa20a54937aca014a858dcf2dbb2f6 X-VCS-Branch: master Date: Mon, 19 Dec 2022 05:41:29 +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: 3315aa74-6289-493d-b9d0-c852db8c5416 X-Archives-Hash: 37b2d68af9ef3bae410e83e65951e746 commit: 616d6c74f9fa20a54937aca014a858dcf2dbb2f6 Author: WANG Xuerui gentoo org> AuthorDate: Mon Dec 19 05:39:24 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Dec 19 05:41:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616d6c74 dev-python/lit: keyword 16.0.0_pre20221217 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-python/lit/lit-16.0.0_pre20221217.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lit/lit-16.0.0_pre20221217.ebuild b/dev-python/lit/lit-16.0.0_pre20221217.ebuild index 8ace6ca8b915..1d6b58b9d291 100644 --- a/dev-python/lit/lit-16.0.0_pre20221217.ebuild +++ b/dev-python/lit/lit-16.0.0_pre20221217.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="" +KEYWORDS="~loong" IUSE="test" RESTRICT="!test? ( test )"