diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-07 08:51:39 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-07 08:51:39 +0200 |
commit | 4996b2db6657766d71e0bf97e804ea5f64cc0648 (patch) | |
tree | ae81d48aa31c5d226f59ff91e28cffec77e2801e /dev-cpp | |
parent | virtual/jack: ppc64 stable wrt bug #746722 (diff) | |
download | gentoo-4996b2db6657766d71e0bf97e804ea5f64cc0648.tar.gz gentoo-4996b2db6657766d71e0bf97e804ea5f64cc0648.tar.bz2 gentoo-4996b2db6657766d71e0bf97e804ea5f64cc0648.zip |
dev-cpp/nlohmann_json: ppc64 stable wrt bug #746800
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild index c146c84e1f41..98dd62eb78c6 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.7.3.ebuild @@ -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 ~arm64 ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ppc ppc64 ~x86" IUSE="doc test" RESTRICT="!test? ( test )" |