diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-11-18 14:54:30 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-11-18 14:59:06 +0100 |
commit | 00e63cc01ca3cd6f017e9a2f0c4870ec5b1796bb (patch) | |
tree | 970180fd0b9ec2ac61051efc3cdb40c3c65be9b1 /dev-util | |
parent | media-fonts/symbols-nerd-font: add 3.3.0 (diff) | |
download | gentoo-00e63cc01ca3cd6f017e9a2f0c4870ec5b1796bb.tar.gz gentoo-00e63cc01ca3cd6f017e9a2f0c4870ec5b1796bb.tar.bz2 gentoo-00e63cc01ca3cd6f017e9a2f0c4870ec5b1796bb.zip |
dev-util/watchman: restrict <libfmt-10 in 2023.06.19.00
Watchman 2023.06.19 fails to compile with >=libfmt-10 [1]. The issue is
already addressed in more recent versions.
[1] https://github.com/facebook/watchman/issues/1140
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
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:= ) |