media-gfx/inkscape: Clear cmake-4 QA warning in bundled lib tests dir

Closes: https://bugs.gentoo.org/958419
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-07-08 18:00:43 +02:00
parent b780bd09c8
commit 197c19644e

View File

@@ -140,6 +140,7 @@ src_unpack() {
}
src_prepare() {
rm -r src/3rdparty/2geom/tests || die # bug 958419
cmake_src_prepare
sed -i "/install.*COPYING/d" CMakeScripts/ConfigCPack.cmake || die
}