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: Mon, 31 Aug 2020 15:39:23
Message-Id: 1598888322.78adf39e205a1d1a58b772e27a00bef205bc64e5.sam@gentoo
1 commit: 78adf39e205a1d1a58b772e27a00bef205bc64e5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 15:38:42 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 15:38:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78adf39e
7
8 dev-libs/libfmt: Stabilize 7.0.3 ppc, #736784
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libfmt/libfmt-7.0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libfmt/libfmt-7.0.3.ebuild b/dev-libs/libfmt/libfmt-7.0.3.ebuild
16 index 28a20d75445..e962f1d0f13 100644
17 --- a/dev-libs/libfmt/libfmt-7.0.3.ebuild
18 +++ b/dev-libs/libfmt/libfmt-7.0.3.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 x86"
24 + KEYWORDS="amd64 arm arm64 ppc ~ppc64 x86"
25 S="${WORKDIR}/fmt-${PV}"
26 fi