dev-cpp/valijson: set CMAKE_QA_COMPAT_SKIP=1

The unused & unbuilt "inspector" app has an outdated CMakeLists.txt.
Instead of patching an unmaintained subproject just skip the cmake
compatibility check.

Closes: https://bugs.gentoo.org/957461
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/42491
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Holger Hoffstätte
2025-06-07 16:50:49 +02:00
committed by Sam James
parent 6753527aae
commit 243c2a01e0
2 changed files with 6 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
RESTRICT="test"
# unused inspector/CMakeLists.txt (bug #957461)
CMAKE_QA_COMPAT_SKIP=1
src_install() {
# there is no target for installing headers, so do it manually
doheader -r include/*

View File

@@ -17,6 +17,9 @@ KEYWORDS="~amd64 ~arm64 ~x86"
# needs patching to use those.
RESTRICT="test"
# unused inspector/CMakeLists.txt (bug #957461)
CMAKE_QA_COMPAT_SKIP=1
src_install() {
# there is no target for installing headers, so do it manually
doheader -r include/*