From 094d43f5fdd51da3330d0b40d2aac26e8aa4a08a Mon Sep 17 00:00:00 2001 From: Kostadin Shishmanov Date: Sun, 1 Jun 2025 19:45:06 +0300 Subject: [PATCH] media-libs/assimp: disable automagic ccache Users in Gentoo enable ccache with FEATURES="ccache" if required, it shouldn't be enabled automagically by a project. Signed-off-by: Kostadin Shishmanov Part-of: https://github.com/gentoo/gentoo/pull/42391 Closes: https://github.com/gentoo/gentoo/pull/42391 Signed-off-by: Sam James --- media-libs/assimp/assimp-5.4.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/assimp/assimp-5.4.3-r1.ebuild b/media-libs/assimp/assimp-5.4.3-r1.ebuild index 840f6d4e01a19..3cd49f41aa4ed 100644 --- a/media-libs/assimp/assimp-5.4.3-r1.ebuild +++ b/media-libs/assimp/assimp-5.4.3-r1.ebuild @@ -75,6 +75,7 @@ src_configure() { # -DASSIMP_BUILD_NONFREE_C4D_IMPORTER=no # Build the C4D importer, which relies on the non-free Cineware SDK. -DASSIMP_BUILD_SAMPLES=$(usex samples) # If the official samples are built as well (needs Glut). -DASSIMP_BUILD_TESTS=$(usex test) # If the test suite for Assimp is built in addition to the library. + -DASSIMP_BUILD_USE_CCACHE=off -DASSIMP_BUILD_ZLIB=no # Build your own zlib -DASSIMP_COVERALLS=$(usex test) # Enable this to measure test coverage. # breaks tests