commit: 00e63cc01ca3cd6f017e9a2f0c4870ec5b1796bb Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Mon Nov 18 13:54:30 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Mon Nov 18 13:59:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e63cc0
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 <AT> gentoo.org> ...atchman-2023.06.19.00-r1.ebuild => watchman-2023.06.19.00-r2.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/watchman/watchman-2023.06.19.00-r1.ebuild b/dev-util/watchman/watchman-2023.06.19.00-r2.ebuild similarity index 98% rename from dev-util/watchman/watchman-2023.06.19.00-r1.ebuild rename to 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:= )
