summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-02-17 17:38:38 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-02-17 17:39:55 +0000
commite4c2346865120a19fd0658ab1c96bb5d0a129670 (patch)
treef689bfb0c6e37253a78d0307ab38cfd9aab198fe /dev-cpp
parentdev-libs/libevdev: mark s390 stable (diff)
downloadgentoo-e4c2346865120a19fd0658ab1c96bb5d0a129670.tar.gz
gentoo-e4c2346865120a19fd0658ab1c96bb5d0a129670.tar.bz2
gentoo-e4c2346865120a19fd0658ab1c96bb5d0a129670.zip
dev-cpp/nlohmann_json: keyworded 3.5.0 for ppc/ppc64, bug #674034
Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.60, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild
index 56411b042378..fd4f1a4593e9 100644
--- a/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild
+++ b/dev-cpp/nlohmann_json/nlohmann_json-3.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/nlohmann/json/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="doc"
DEPEND="doc? ( app-doc/doxygen )"