Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/watchman/
Date: Wed, 02 Mar 2022 03:20:38
Message-Id: 1646191177.031fa035d4e4f19ab52f55dd65725b6190cae485.sam@gentoo
1 commit: 031fa035d4e4f19ab52f55dd65725b6190cae485
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 03:19:37 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 03:19:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031fa035
7
8 dev-util/watchman: disable automagic dev-cpp/folly (non-existent usage)
9
10 Currently testing out folly for a future bump but the old version of watchman
11 will pick up and try to use folly if it's installed. But it won't build anyway.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-util/watchman/watchman-4.9.0.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-util/watchman/watchman-4.9.0.ebuild b/dev-util/watchman/watchman-4.9.0.ebuild
19 index 9cc31253bcf3..e3da13e7dd3f 100644
20 --- a/dev-util/watchman/watchman-4.9.0.ebuild
21 +++ b/dev-util/watchman/watchman-4.9.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 2020-2021 Gentoo Authors
24 +# Copyright 2020-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -36,6 +36,7 @@ src_configure() {
29 econf \
30 --enable-lenient \
31 --disable-statedir \
32 + --disable-cppclient \
33 --without-python \
34 $(use_with pcre)
35 }