diff options
author | Sam James <sam@gentoo.org> | 2024-12-02 21:02:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-02 21:02:16 +0000 |
commit | 835717c06840577888d5fa37b440d368dc989b94 (patch) | |
tree | ba4c82b7bb44b227313d5981aa0befa1ebf57c32 /dev-libs | |
parent | dev-libs/libfmt: Stabilize 11.0.2 arm64, #945755 (diff) | |
download | gentoo-835717c06840577888d5fa37b440d368dc989b94.tar.gz gentoo-835717c06840577888d5fa37b440d368dc989b94.tar.bz2 gentoo-835717c06840577888d5fa37b440d368dc989b94.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libfmt/libfmt-11.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |