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 E2AC315802F for ; Sun, 12 Mar 2023 06:31:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DBBAE07E6; Sun, 12 Mar 2023 06:31:04 +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 01B16E07E6 for ; Sun, 12 Mar 2023 06:31:03 +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 AE94A340E1E for ; Sun, 12 Mar 2023 06:31:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F55B73E for ; Sun, 12 Mar 2023 06:31:01 +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: <1678602531.ef58fb0da2b6dcb878197d56e34f54819e480434.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_rc4.ebuild X-VCS-Directories: dev-python/lit/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: ef58fb0da2b6dcb878197d56e34f54819e480434 X-VCS-Branch: master Date: Sun, 12 Mar 2023 06:31:01 +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: afce9613-81c4-4063-8414-627a9688f7f1 X-Archives-Hash: 351c9c34f2ffc996aff62216cb8b1f91 commit: ef58fb0da2b6dcb878197d56e34f54819e480434 Author: WANG Xuerui gentoo org> AuthorDate: Sun Mar 12 06:28:51 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun Mar 12 06:28:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef58fb0d dev-python/lit: keyword 16.0.0_rc4 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-python/lit/lit-16.0.0_rc4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lit/lit-16.0.0_rc4.ebuild b/dev-python/lit/lit-16.0.0_rc4.ebuild index f4b401a77373..e4fccac18491 100644 --- a/dev-python/lit/lit-16.0.0_rc4.ebuild +++ b/dev-python/lit/lit-16.0.0_rc4.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 )"