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:05:03
Message-Id: 1652231068.ea11fe321595e72516ec3e5927cc87d8ac4b717c.sam@gentoo
1 commit: ea11fe321595e72516ec3e5927cc87d8ac4b717c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 11 01:04:28 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 11 01:04:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea11fe32
7
8 dev-libs/libfmt: Stabilize 8.1.1-r1 x86, #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 aa67135f43be..f9d189eb7352 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