commit: 031fa035d4e4f19ab52f55dd65725b6190cae485
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 2 03:19:37 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 2 03:19:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031fa035
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 <sam <AT> gentoo.org>
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)
}