dev-cpp/fast_float: Keyword 7.0.0 arm, #948907

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-28 14:18:31 +00:00
parent 394156a520
commit 14b8ac0475

View File

@@ -1,4 +1,4 @@
# Copyright 2024 Gentoo Authors
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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 ~arm64 ppc64 ~riscv ~x86"
KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
IUSE="test"
BDEPEND="test? ( dev-cpp/doctest )"