commit: a614fb111ff1241cf2266b0738c6dd535c6d79c1
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 5 18:03:46 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Aug 5 19:53:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a614fb11
sci-libs/ginkgo: fix automagic ccache detection in 1.10.0 bump
Fixes: 64fb6d4f52ca6c0d086289743b74f3a1183e538d
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
sci-libs/ginkgo/ginkgo-1.10.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sci-libs/ginkgo/ginkgo-1.10.0.ebuild
b/sci-libs/ginkgo/ginkgo-1.10.0.ebuild
index 49f7f7bd00b4..731e340d09aa 100644
--- a/sci-libs/ginkgo/ginkgo-1.10.0.ebuild
+++ b/sci-libs/ginkgo/ginkgo-1.10.0.ebuild
@@ -44,6 +44,8 @@ src_configure() {
filter-lto
local mycmakeargs=(
+ # ignores FEATURES=ccache handling
+ -DGINKGO_WITH_CCACHE=OFF
-DGINKGO_DEVEL_TOOLS=OFF
-DGINKGO_BUILD_TESTS=OFF
-DGINKGO_BUILD_BENCHMARKS=OFF