commit: 835717c06840577888d5fa37b440d368dc989b94 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Dec 2 21:02:16 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Dec 2 21:02:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835717c0
dev-libs/libfmt: destabilize 11.0.2 for ~arm, ~arm64, ~ppc I think we should wait a bit given it was only unmasked today in 222727baa80232a0d56a1735270d0933afeab894 and libfmt always breaks a tonne. Bug: https://bugs.gentoo.org/945755 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libfmt/libfmt-11.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libfmt/libfmt-11.0.2.ebuild b/dev-libs/libfmt/libfmt-11.0.2.ebuild index 57c749632d6c..da45c0e71554 100644 --- a/dev-libs/libfmt/libfmt-11.0.2.ebuild +++ b/dev-libs/libfmt/libfmt-11.0.2.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 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86" S="${WORKDIR}/fmt-${PV}" fi
