summaryrefslogtreecommitdiff
path: root/dev-util/ccache/ccache-4.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/ccache/ccache-4.7.ebuild')
-rw-r--r--dev-util/ccache/ccache-4.7.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/ccache/ccache-4.7.ebuild b/dev-util/ccache/ccache-4.7.ebuild
index e6fd6165c15d..57b53e31e44a 100644
--- a/dev-util/ccache/ccache-4.7.ebuild
+++ b/dev-util/ccache/ccache-4.7.ebuild
@@ -64,11 +64,10 @@ src_configure() {
-DENABLE_DOCUMENTATION=$(usex doc)
-DENABLE_TESTING=$(usex test)
-DZSTD_FROM_INTERNET=OFF
+ -DHIREDIS_FROM_INTERNET=OFF
-DREDIS_STORAGE_BACKEND=$(usex redis)
)
- use redis && mycmakeargs+=( -DHIREDIS_FROM_INTERNET_DEFAULT=OFF )
-
cmake_src_configure
}