commit: bd5ca9d836f1cf7af01ad66622bec66c2eef32ac
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 26 23:58:28 2026 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 23:58:28 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5ca9d8
dev-libs/libfmt: Stabilize 12.1.0 arm64, #970640
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-libs/libfmt/libfmt-12.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libfmt/libfmt-12.1.0.ebuild
b/dev-libs/libfmt/libfmt-12.1.0.ebuild
index f69709c8bede..84f80616bb0a 100644
--- a/dev-libs/libfmt/libfmt-12.1.0.ebuild
+++ b/dev-libs/libfmt/libfmt-12.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
S="${WORKDIR}/fmt-${PV}"
fi