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-cpp/nlohmann_json/
Date: Sun, 04 Oct 2020 00:26:28
Message-Id: 1601771146.497ab351b26473af47fa28867076489284d8653b.sam@gentoo
1 commit: 497ab351b26473af47fa28867076489284d8653b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 00:25:46 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 00:25:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497ab351
7
8 dev-cpp/nlohmann_json: Keyword 3.7.3 arm64, #746407
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild
16 index c99fd51237e..c3d5c780de6 100644
17 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild
18 +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nlohmann/json/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
24 +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
25 IUSE="doc test"
26 RESTRICT="!test? ( test )"