Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/
Date: Wed, 26 Feb 2020 18:25:37
Message-Id: 1582741520.35ac9c07be65cbe2a9afcdac161e981127d072b5.asturm@gentoo
1 commit: 35ac9c07be65cbe2a9afcdac161e981127d072b5
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 25 11:15:09 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 18:25:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ac9c07
7
8 dev-libs/libfmt: added ~arm64 keyword
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/14773
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-libs/libfmt/libfmt-6.1.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/libfmt/libfmt-6.1.2.ebuild b/dev-libs/libfmt/libfmt-6.1.2.ebuild
19 index 41a9ec45955..35ee6242ee7 100644
20 --- a/dev-libs/libfmt/libfmt-6.1.2.ebuild
21 +++ b/dev-libs/libfmt/libfmt-6.1.2.ebuild
22 @@ -18,7 +18,7 @@ if [[ ${PV} == *9999 ]] ; then
23 inherit git-r3
24 else
25 SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz"
26 - KEYWORDS="amd64 ppc ppc64 x86"
27 + KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
28 S="${WORKDIR}/fmt-${PV}"
29 fi