commit: 03e2cf14a69007af35d64daf71186563c3fc6486
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 10:50:28 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 10:50:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e2cf14
dev-libs/libfmt: Keyword 11.1.1 sparc, #947604
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libfmt/libfmt-11.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libfmt/libfmt-11.1.1.ebuild
b/dev-libs/libfmt/libfmt-11.1.1.ebuild
index da45c0e71554..930a45a6dc8f 100644
--- a/dev-libs/libfmt/libfmt-11.1.1.ebuild
+++ b/dev-libs/libfmt/libfmt-11.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 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="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc
~x86"
S="${WORKDIR}/fmt-${PV}"
fi