commit: 197c19644efa03f29e8e0f447e058c06a97b6b98 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Jul 8 16:00:43 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Jul 8 16:03:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197c1964
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 <AT> gentoo.org> media-gfx/inkscape/inkscape-1.4-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/inkscape/inkscape-1.4-r2.ebuild b/media-gfx/inkscape/inkscape-1.4-r2.ebuild index 75fffc59b967..75ac12e23ac5 100644 --- a/media-gfx/inkscape/inkscape-1.4-r2.ebuild +++ b/media-gfx/inkscape/inkscape-1.4-r2.ebuild @@ -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 }
