Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/nlohmann_json/
Date: Thu, 26 Sep 2019 06:52:11
Message-Id: 1569480673.e8630dda3332bcf78d67c0e9eac1b3feb82aadeb.slyfox@gentoo
1 commit: e8630dda3332bcf78d67c0e9eac1b3feb82aadeb
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 26 06:51:13 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 26 06:51:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8630dda
7
8 dev-cpp/nlohmann_json: stable 3.6.1-r1 for ppc64, bug #695498
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild
18 index 7a0a142cd58..583d0ff52fc 100644
19 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild
20 +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nlohmann/json/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22
23 LICENSE="MIT"
24 SLOT="0"
25 -KEYWORDS="amd64 ppc ~ppc64 x86"
26 +KEYWORDS="amd64 ppc ppc64 x86"
27 IUSE="doc test"
28
29 DEPEND="doc? ( app-doc/doxygen )"