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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B41E158021 for ; Mon, 5 Dec 2022 17:25:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82E6CE085A; Mon, 5 Dec 2022 17:24:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5F6DDE0845 for ; Mon, 5 Dec 2022 17:24:59 +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 4DCC73410B5 for ; Mon, 5 Dec 2022 17:24:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CA4D54C for ; Mon, 5 Dec 2022 17:24:56 +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: <1670260884.48ba697257c4a70c15b650b40bdb9f03d193251f.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lgi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lgi/lgi-0.9.2-r100.ebuild X-VCS-Directories: dev-lua/lgi/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 48ba697257c4a70c15b650b40bdb9f03d193251f X-VCS-Branch: master Date: Mon, 5 Dec 2022 17:24:56 +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: ec6b68f4-62aa-45f2-bc3e-3631c63af481 X-Archives-Hash: 46c4951e8932e57c0c38559f07f0bfcf commit: 48ba697257c4a70c15b650b40bdb9f03d193251f Author: WANG Xuerui gentoo org> AuthorDate: Mon Dec 5 15:25:26 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Dec 5 17:21:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ba6972 dev-lua/lgi: keyword 0.9.2-r100 for ~loong The test failure is also present on amd64. Bug #836839 Signed-off-by: WANG Xuerui gentoo.org> dev-lua/lgi/lgi-0.9.2-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lgi/lgi-0.9.2-r100.ebuild b/dev-lua/lgi/lgi-0.9.2-r100.ebuild index 4fab943f27a6..f60aeae86b61 100644 --- a/dev-lua/lgi/lgi-0.9.2-r100.ebuild +++ b/dev-lua/lgi/lgi-0.9.2-r100.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/pavouk/lgi/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 ~riscv x86" +KEYWORDS="amd64 arm ~loong ppc ppc64 ~riscv x86" IUSE="examples test" RESTRICT="!test? ( test )" REQUIRED_USE="${LUA_REQUIRED_USE}"