From 243c2a01e0bc3654247f9a99aa18b08fbe87ac27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Hoffst=C3=A4tte?= Date: Sat, 7 Jun 2025 16:50:49 +0200 Subject: [PATCH] dev-cpp/valijson: set CMAKE_QA_COMPAT_SKIP=1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Part-of: https://github.com/gentoo/gentoo/pull/42491 Signed-off-by: Sam James --- dev-cpp/valijson/valijson-1.0.4.ebuild | 3 +++ dev-cpp/valijson/valijson-1.0.5.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dev-cpp/valijson/valijson-1.0.4.ebuild b/dev-cpp/valijson/valijson-1.0.4.ebuild index f63a86fea0960..3b5871f18f9a3 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 7afb50af88bb2..09724ca85eb41 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/*