Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/
Date: Wed, 11 May 2022 01:21:18
Message-Id: 1652232056.ec3931f7ac0a40e89f062800a60919ea8c8d9ffa.sam@gentoo
1 commit: ec3931f7ac0a40e89f062800a60919ea8c8d9ffa
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 11 01:20:56 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 11 01:20:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec3931f7
7
8 dev-libs/libfmt: Stabilize 8.1.1-r1 ppc64, #835774
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libfmt/libfmt-8.1.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libfmt/libfmt-8.1.1-r1.ebuild b/dev-libs/libfmt/libfmt-8.1.1-r1.ebuild
16 index 4af73731c1b7..b0375d6e2c7a 100644
17 --- a/dev-libs/libfmt/libfmt-8.1.1-r1.ebuild
18 +++ b/dev-libs/libfmt/libfmt-8.1.1-r1.ebuild
19 @@ -18,7 +18,7 @@ if [[ ${PV} == *9999 ]] ; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv x86"
24 + KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86"
25 S="${WORKDIR}/fmt-${PV}"
26 fi