summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-18 20:19:56 +0100
committerSam James <sam@gentoo.org>2022-10-18 20:19:56 +0100
commit2defa0838f01737ca3c442c6f79ee909c38c1114 (patch)
tree671c0125d487ae5b0fcb42c37aaaa4f07ac3997e /dev-util
parentapp-arch/cpio: revert CVE-2015-1197 fix for --no-absolute-filenames (diff)
downloadgentoo-2defa0838f01737ca3c442c6f79ee909c38c1114.tar.gz
gentoo-2defa0838f01737ca3c442c6f79ee909c38c1114.tar.bz2
gentoo-2defa0838f01737ca3c442c6f79ee909c38c1114.zip
dev-util/ccache: fix Redis option (noop)
Closes: https://bugs.gentoo.org/877543 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-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
}