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 69668158041 for ; Fri, 22 Mar 2024 04:03:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 051C6E2A02; Fri, 22 Mar 2024 04:03:39 +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 D5C57E2A02 for ; Fri, 22 Mar 2024 04:03:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC01D343019 for ; Fri, 22 Mar 2024 04:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E0C415C4 for ; Fri, 22 Mar 2024 04:03:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1711080193.c35e9f6a9776337f1a7bd70cfe46b0c3ee5f9752.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/flatbuffers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild X-VCS-Directories: dev-libs/flatbuffers/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c35e9f6a9776337f1a7bd70cfe46b0c3ee5f9752 X-VCS-Branch: master Date: Fri, 22 Mar 2024 04:03: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: c84e89b9-0d50-4308-adf3-df3a8206eab9 X-Archives-Hash: 77bc67ac27207be36e52aaf4b503cda9 commit: c35e9f6a9776337f1a7bd70cfe46b0c3ee5f9752 Author: Sam James gentoo org> AuthorDate: Fri Mar 22 04:03:13 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 22 04:03:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35e9f6a dev-libs/flatbuffers: Stabilize 24.3.7 arm64, #927465 Signed-off-by: Sam James gentoo.org> dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild b/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild index c03ba67b3e92..a0abc1caf640 100644 --- a/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild +++ b/dev-libs/flatbuffers/flatbuffers-24.3.7.ebuild @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~loong ~riscv ~x86" IUSE="static-libs test" RESTRICT="!test? ( test )"