diff options
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/watchman/watchman-2023.06.19.00-r2.ebuild (renamed from dev-util/watchman/watchman-2023.06.19.00-r1.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/watchman/watchman-2023.06.19.00-r1.ebuild b/dev-util/watchman/watchman-2023.06.19.00-r2.ebuild index 18a9a02d8d3d..591c4924066c 100644 --- a/dev-util/watchman/watchman-2023.06.19.00-r1.ebuild +++ b/dev-util/watchman/watchman-2023.06.19.00-r2.ebuild @@ -148,6 +148,7 @@ IUSE="llvm-libunwind python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" # See https://github.com/facebook/watchman/blob/main/CMakeLists.txt#L342 for libevent +# <libfmt-10 https://github.com/facebook/watchman/issues/1140 RDEPEND=" dev-libs/libevent:= dev-libs/libpcre2 @@ -155,6 +156,7 @@ RDEPEND=" ~dev-cpp/folly-${PV}:= dev-cpp/glog:= >=dev-libs/libfmt-8.1.1-r1:= + <dev-libs/libfmt-10 dev-libs/openssl:= llvm-libunwind? ( sys-libs/llvm-libunwind:= ) !llvm-libunwind? ( sys-libs/libunwind:= ) |