diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-07-18 16:29:13 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-07-18 16:32:22 +0200 |
commit | c75d23e88ebd6de9520abbecd0fca9d532865d21 (patch) | |
tree | a2979d9b803b4b0de45a15c51f46a4eddb927205 /dev-cpp/nlohmann_json | |
parent | media-video/mkvtoolnix: x86 stable (bug #689688) (diff) | |
download | gentoo-c75d23e88ebd6de9520abbecd0fca9d532865d21.tar.gz gentoo-c75d23e88ebd6de9520abbecd0fca9d532865d21.tar.bz2 gentoo-c75d23e88ebd6de9520abbecd0fca9d532865d21.zip |
dev-cpp/nlohmann_json: x86 stable (bug #689688)
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-cpp/nlohmann_json')
-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 13acfc9d9c82..f9319151fbb2 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 )" |