diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-07-21 09:23:27 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-07-21 09:23:27 +0100 |
commit | 080f76d14d2072906d4e058211a5355cc52de536 (patch) | |
tree | e9b1302858fe81db4d96da013915b146ae1f0b72 /dev-cpp | |
parent | sys-apps/systemd: stable 242-r6 for ppc, bug #689612 (diff) | |
download | gentoo-080f76d14d2072906d4e058211a5355cc52de536.tar.gz gentoo-080f76d14d2072906d4e058211a5355cc52de536.tar.bz2 gentoo-080f76d14d2072906d4e058211a5355cc52de536.zip |
dev-cpp/nlohmann_json: stable 3.6.1-r1 for ppc, bug #689688
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
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 f9319151fbb2..229e596ac614 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 )" |