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: Sun, 17 Feb 2019 17:40:20
Message-Id: 1550425195.e4c2346865120a19fd0658ab1c96bb5d0a129670.slyfox@gentoo
1 commit: e4c2346865120a19fd0658ab1c96bb5d0a129670
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 17:38:38 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 17:39:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c23468
7
8 dev-cpp/nlohmann_json: keyworded 3.5.0 for ppc/ppc64, bug #674034
9
10 Tested-by: ernsteiswuerfel
11 Package-Manager: Portage-2.3.60, Repoman-2.3.12
12 RepoMan-Options: --include-arches="ppc ppc64"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild
19 index 56411b04237..fd4f1a4593e 100644
20 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild
21 +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nlohmann/json/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29
30 LICENSE="MIT"
31 SLOT="0"
32 -KEYWORDS="~amd64 ~x86"
33 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
34 IUSE="doc"
35
36 DEPEND="doc? ( app-doc/doxygen )"