commit: 2defa0838f01737ca3c442c6f79ee909c38c1114 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 18 19:19:56 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 18 19:19:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2defa083
dev-util/ccache: fix Redis option (noop) Closes: https://bugs.gentoo.org/877543 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/ccache/ccache-4.7.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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 }
