From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1714036-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id C156E1580E0 for <garchives@archives.gentoo.org>; Sat, 01 Feb 2025 07:44:38 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AB5C6343176 for <garchives@archives.gentoo.org>; Sat, 01 Feb 2025 07:44:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A96631103B6; Sat, 01 Feb 2025 07:44:37 +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 bobolink.gentoo.org (Postfix) with ESMTPS id A14C71103B6 for <gentoo-commits@lists.gentoo.org>; Sat, 01 Feb 2025 07:44:37 +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 49211343175 for <gentoo-commits@lists.gentoo.org>; Sat, 01 Feb 2025 07:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4F2611A7 for <gentoo-commits@lists.gentoo.org>; Sat, 01 Feb 2025 07:44:35 +0000 (UTC) From: "WANG Xuerui" <xen0n@gentoo.org> 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" <xen0n@gentoo.org> Message-ID: <1738395824.6dff91ec9f03ec3a3b834091a1137b66ad1dd574.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/fast_float/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/fast_float/fast_float-7.0.0.ebuild X-VCS-Directories: dev-cpp/fast_float/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 6dff91ec9f03ec3a3b834091a1137b66ad1dd574 X-VCS-Branch: master Date: Sat, 01 Feb 2025 07:44:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42e93c98-30c4-4771-a440-4bedc55394e7 X-Archives-Hash: 8b3ff5f8406f68f174ad016954bf8eef commit: 6dff91ec9f03ec3a3b834091a1137b66ad1dd574 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Sat Feb 1 07:43:44 2025 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Sat Feb 1 07:43:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dff91ec dev-cpp/fast_float: keyword 7.0.0 for ~loong Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> dev-cpp/fast_float/fast_float-7.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/fast_float/fast_float-7.0.0.ebuild b/dev-cpp/fast_float/fast_float-7.0.0.ebuild index b6a575586423..eee3d61d94e5 100644 --- a/dev-cpp/fast_float/fast_float-7.0.0.ebuild +++ b/dev-cpp/fast_float/fast_float-7.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/fastfloat/fast_float/archive/refs/tags/v${PV}.tar.gz LICENSE="|| ( Apache-2.0 Boost-1.0 MIT )" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ppc64 ~riscv ~x86" IUSE="test" BDEPEND="test? ( dev-cpp/doctest )"