From 031fa035d4e4f19ab52f55dd65725b6190cae485 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 2 Mar 2022 03:19:37 +0000 Subject: dev-util/watchman: disable automagic dev-cpp/folly (non-existent usage) Currently testing out folly for a future bump but the old version of watchman will pick up and try to use folly if it's installed. But it won't build anyway. Signed-off-by: Sam James --- dev-util/watchman/watchman-4.9.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/watchman/watchman-4.9.0.ebuild b/dev-util/watchman/watchman-4.9.0.ebuild index 9cc31253bcf3..e3da13e7dd3f 100644 --- a/dev-util/watchman/watchman-4.9.0.ebuild +++ b/dev-util/watchman/watchman-4.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,6 +36,7 @@ src_configure() { econf \ --enable-lenient \ --disable-statedir \ + --disable-cppclient \ --without-python \ $(use_with pcre) } -- cgit v1.2.3-65-gdbad