mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Sam James
parent
6753527aae
commit
243c2a01e0
@@ -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/*
|
||||
|
||||
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user