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: Sat, 12 Jun 2021 15:43:45
Message-Id: 1623512558.dd98e7beff1823cf4d7e07c06ac15a2aa65a74b2.sam@gentoo
1 commit: dd98e7beff1823cf4d7e07c06ac15a2aa65a74b2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 12 15:42:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 15:42:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd98e7be
7
8 dev-libs/libfmt: Stabilize 7.1.2 arm64, #795552
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libfmt/libfmt-7.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libfmt/libfmt-7.1.2.ebuild b/dev-libs/libfmt/libfmt-7.1.2.ebuild
16 index 20a96446c56..441131c317c 100644
17 --- a/dev-libs/libfmt/libfmt-7.1.2.ebuild
18 +++ b/dev-libs/libfmt/libfmt-7.1.2.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