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 8AEAD158094 for ; Sat, 27 Aug 2022 23:40:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19DD9E0A8B; Sat, 27 Aug 2022 23:40:03 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3927E0A8A for ; Sat, 27 Aug 2022 23:40:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69375340D69 for ; Sat, 27 Aug 2022 11:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE2A2576 for ; Sat, 27 Aug 2022 11:45:35 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1661600686.3509592d03edf6b9b332589ecc19022f3f1a32fb.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/flatbuffers/flatbuffers-2.0.6-r1.ebuild X-VCS-Directories: dev-libs/flatbuffers/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 3509592d03edf6b9b332589ecc19022f3f1a32fb X-VCS-Branch: master Date: Sat, 27 Aug 2022 11:45:35 +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: a4e3c7ee-54db-449a-917c-913f7248c8c4 X-Archives-Hash: d766439fcb1ca4739cf863b134b2b16e commit: 3509592d03edf6b9b332589ecc19022f3f1a32fb Author: Yixun Lan gentoo org> AuthorDate: Sat Aug 27 10:18:13 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Aug 27 11:44:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3509592d dev-libs/flatbuffers: Keyword 2.0.6-r1 riscv, #866533 Signed-off-by: Yixun Lan gentoo.org> dev-libs/flatbuffers/flatbuffers-2.0.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/flatbuffers/flatbuffers-2.0.6-r1.ebuild b/dev-libs/flatbuffers/flatbuffers-2.0.6-r1.ebuild index 85b401a3de3a..4fd61a266b9f 100644 --- a/dev-libs/flatbuffers/flatbuffers-2.0.6-r1.ebuild +++ b/dev-libs/flatbuffers/flatbuffers-2.0.6-r1.ebuild @@ -13,7 +13,7 @@ LICENSE="Apache-2.0" # From 1.2.0->2.0.0, incremented SONAME, although the interface didn't actually change. # (Apparently to adopt semver.) SLOT="0/2" -KEYWORDS="amd64 ~arm arm64 x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" IUSE="static-libs test" # out-of-source build broken, bug #842060