diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-26 07:51:13 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-26 07:51:13 +0100 |
commit | e8630dda3332bcf78d67c0e9eac1b3feb82aadeb (patch) | |
tree | a068ec9ca7ce114a2c1a86fa0e41e6fb98f52fa9 /dev-cpp | |
parent | app-text/cmark: stable 0.29.0 for ppc64, bug #695498 (diff) | |
download | gentoo-e8630dda3332bcf78d67c0e9eac1b3feb82aadeb.tar.gz gentoo-e8630dda3332bcf78d67c0e9eac1b3feb82aadeb.tar.bz2 gentoo-e8630dda3332bcf78d67c0e9eac1b3feb82aadeb.zip |
dev-cpp/nlohmann_json: stable 3.6.1-r1 for ppc64, bug #695498
Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 7a0a142cd580..583d0ff52fc5 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.6.1-r1.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 ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="doc test" DEPEND="doc? ( app-doc/doxygen )" |