diff options
author | Sam James <sam@gentoo.org> | 2024-09-22 01:41:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-22 01:41:30 +0100 |
commit | c1eb980a887e0a010b0c4ab76db279c1c07161f5 (patch) | |
tree | 1a33b16c06ae3fddd05b7aeeec02943de5f16581 /dev-libs/libfmt | |
parent | dev-python/scipy: Stabilize 1.14.1 ppc64, #939271 (diff) | |
download | gentoo-c1eb980a887e0a010b0c4ab76db279c1c07161f5.tar.gz gentoo-c1eb980a887e0a010b0c4ab76db279c1c07161f5.tar.bz2 gentoo-c1eb980a887e0a010b0c4ab76db279c1c07161f5.zip |
dev-libs/libfmt: Stabilize 9.1.0-r2 ppc64, #939383
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libfmt')
-rw-r--r-- | dev-libs/libfmt/libfmt-9.1.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfmt/libfmt-9.1.0-r2.ebuild b/dev-libs/libfmt/libfmt-9.1.0-r2.ebuild index b617d773ca86..1b1f6474a308 100644 --- a/dev-libs/libfmt/libfmt-9.1.0-r2.ebuild +++ b/dev-libs/libfmt/libfmt-9.1.0-r2.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="~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 |