diff options
author | Sam James <sam@gentoo.org> | 2022-03-02 03:19:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-02 03:19:37 +0000 |
commit | 031fa035d4e4f19ab52f55dd65725b6190cae485 (patch) | |
tree | 85a0f22a05eeb00aa850e51df2bdaa342f13c2f2 /dev-util/watchman | |
parent | net-irc/unrealircd: remove unused files (diff) | |
download | gentoo-031fa035d4e4f19ab52f55dd65725b6190cae485.tar.gz gentoo-031fa035d4e4f19ab52f55dd65725b6190cae485.tar.bz2 gentoo-031fa035d4e4f19ab52f55dd65725b6190cae485.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/watchman')
-rw-r--r-- | dev-util/watchman/watchman-4.9.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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) } |