Install this version:
emerge -a =dev-cpp/valijson-1.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-cpp/valijson-1.1.1
Or alternatively:
emerge --autounmask-write -a =dev-cpp/valijson-1.1.1
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Header-only C++ library for JSON Schema validation"
HOMEPAGE="https://github.com/tristanpenman/valijson"
SRC_URI="https://github.com/tristanpenman/valijson/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2 Boost-1.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
# Bundled test dependencies are included as submodules, so not in github
# autogenerated tarballs. The dependencies are largely packaged, but
# needs patching to use those.
RESTRICT="test"
# unused inspector/CMakeLists.txt (bug #957461)
CMAKE_QA_COMPAT_SKIP=1
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | valijson-1.1.1.tar.gz | 754566 bytes | https://github.com/tristanpenman/valijson/archive/v1.1.1.tar.gz |