summaryrefslogtreecommitdiff
path: root/dev-cpp/valijson
diff options
context:
space:
mode:
authorHolger Hoffstätte <holger@applied-asynchrony.com>2025-06-07 16:50:49 +0200
committerSam James <sam@gentoo.org>2025-06-08 07:48:09 +0100
commit243c2a01e0bc3654247f9a99aa18b08fbe87ac27 (patch)
tree5968b7ff834c96e277f882f33b126b939342ca41 /dev-cpp/valijson
parent6753527aaef1c0925a945e3123f202eb0b93b86c (diff)
downloadgentoo-243c2a01e0bc3654247f9a99aa18b08fbe87ac27.tar.gz
gentoo-243c2a01e0bc3654247f9a99aa18b08fbe87ac27.tar.bz2
gentoo-243c2a01e0bc3654247f9a99aa18b08fbe87ac27.zip
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>
Diffstat (limited to 'dev-cpp/valijson')
-rw-r--r--dev-cpp/valijson/valijson-1.0.4.ebuild3
-rw-r--r--dev-cpp/valijson/valijson-1.0.5.ebuild3
2 files changed, 6 insertions, 0 deletions
diff --git a/dev-cpp/valijson/valijson-1.0.4.ebuild b/dev-cpp/valijson/valijson-1.0.4.ebuild
index f63a86fea096..3b5871f18f9a 100644
--- a/dev-cpp/valijson/valijson-1.0.4.ebuild
+++ b/dev-cpp/valijson/valijson-1.0.4.ebuild
@@ -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/*
diff --git a/dev-cpp/valijson/valijson-1.0.5.ebuild b/dev-cpp/valijson/valijson-1.0.5.ebuild
index 7afb50af88bb..09724ca85eb4 100644
--- a/dev-cpp/valijson/valijson-1.0.5.ebuild
+++ b/dev-cpp/valijson/valijson-1.0.5.ebuild
@@ -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/*