diff options
author | 2025-01-06 10:54:06 +0000 | |
---|---|---|
committer | 2025-01-06 10:54:06 +0000 | |
commit | 0895f117553157b1851f0f624e94bd253bb94d35 (patch) | |
tree | bd2a762b551ac3f79b5e2f191de39b1966eb1ad0 /dev-libs/libfmt | |
parent | sci-libs/rocBLAS: fix sed expression for -m16c removal (diff) | |
download | gentoo-0895f117553157b1851f0f624e94bd253bb94d35.tar.gz gentoo-0895f117553157b1851f0f624e94bd253bb94d35.tar.bz2 gentoo-0895f117553157b1851f0f624e94bd253bb94d35.zip |
dev-libs/libfmt: Keyword 11.1.1 mips, #947604
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libfmt')
-rw-r--r-- | dev-libs/libfmt/libfmt-11.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfmt/libfmt-11.1.1.ebuild b/dev-libs/libfmt/libfmt-11.1.1.ebuild index 930a45a6dc8f..386806aa174e 100644 --- a/dev-libs/libfmt/libfmt-11.1.1.ebuild +++ b/dev-libs/libfmt/libfmt-11.1.1.ebuild @@ -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 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" S="${WORKDIR}/fmt-${PV}" fi |