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 967D6158095 for ; Fri, 22 Jul 2022 07:32:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DE07E05C1; Fri, 22 Jul 2022 07:32:04 +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 D0FF6E03EC 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 D3123341068 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 0DC5E54A for ; Fri, 22 Jul 2022 07:31:58 +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: <1658475098.a0fc3d95be65126a9e3d1c92a914ace74bab7e7a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luaposix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luaposix/luaposix-35.1.ebuild X-VCS-Directories: dev-lua/luaposix/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: a0fc3d95be65126a9e3d1c92a914ace74bab7e7a X-VCS-Branch: master Date: Fri, 22 Jul 2022 07:31:58 +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: 88a0b133-1be0-44ea-91bc-243a76e2d387 X-Archives-Hash: c89bf025189b76dbbcf96f28d6f5b047 commit: a0fc3d95be65126a9e3d1c92a914ace74bab7e7a Author: Atharva protonmail com> AuthorDate: Thu Jul 21 10:46:10 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Jul 22 07:31:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0fc3d95 dev-lua/luaposix: keywording ~riscv Signed-off-by: Atharva protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/26507 Signed-off-by: James Le Cuirot gentoo.org> dev-lua/luaposix/luaposix-35.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luaposix/luaposix-35.1.ebuild b/dev-lua/luaposix/luaposix-35.1.ebuild index 62a49e74220c..998c454543f9 100644 --- a/dev-lua/luaposix/luaposix-35.1.ebuild +++ b/dev-lua/luaposix/luaposix-35.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/luaposix/luaposix/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~riscv-linux ~x86-linux" IUSE="doc" REQUIRED_USE="${LUA_REQUIRED_USE}"