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 00DA2158095 for ; Fri, 22 Jul 2022 07:32:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41BC4E041F; Fri, 22 Jul 2022 07:32: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 D64E0E041F for ; Fri, 22 Jul 2022 07:32:01 +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 9B199341065 for ; Fri, 22 Jul 2022 07:31:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF761549 for ; Fri, 22 Jul 2022 07:31:57 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1658475094.82779b37e8aee51cb7b1fbd03f866b7a3d325fa6.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-bit32/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-bit32/lua-bit32-5.3.5.1-r1.ebuild X-VCS-Directories: dev-lua/lua-bit32/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 82779b37e8aee51cb7b1fbd03f866b7a3d325fa6 X-VCS-Branch: master Date: Fri, 22 Jul 2022 07:31:57 +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: 29ba1aca-73d5-494b-801c-a1aa5f9f3921 X-Archives-Hash: fc86be15c492648aeea482c3c24feb82 commit: 82779b37e8aee51cb7b1fbd03f866b7a3d325fa6 Author: Atharva protonmail com> AuthorDate: Thu Jul 21 10:45:53 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Jul 22 07:31:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82779b37 dev-lua/lua-bit32: keywording ~riscv Signed-off-by: Atharva protonmail.com> Signed-off-by: James Le Cuirot gentoo.org> dev-lua/lua-bit32/lua-bit32-5.3.5.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lua-bit32/lua-bit32-5.3.5.1-r1.ebuild b/dev-lua/lua-bit32/lua-bit32-5.3.5.1-r1.ebuild index e46888296c25..114e3b47f3e0 100644 --- a/dev-lua/lua-bit32/lua-bit32-5.3.5.1-r1.ebuild +++ b/dev-lua/lua-bit32/lua-bit32-5.3.5.1-r1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${MY_PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~riscv-linux ~x86-linux" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )"