From: orbea <or...@riseup.net> samurai is a ninja-compatible build tool written in C which works with cmake, meson and other users of ninja.
It is feature-complete and supports most of the same options as ninja. Signed-off-by: orbea <or...@riseup.net> Signed-off-by: Sam James <s...@gentoo.org> --- eclass/meson.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/meson.eclass b/eclass/meson.eclass index f2f7173f5a9a..57f5be610340 100644 --- a/eclass/meson.eclass +++ b/eclass/meson.eclass @@ -48,7 +48,7 @@ inherit multiprocessing ninja-utils python-utils-r1 toolchain-funcs EXPORT_FUNCTIONS src_configure src_compile src_test src_install _MESON_DEPEND=">=dev-util/meson-0.59.4 - >=dev-util/ninja-1.8.2 + ${NINJA_DEPEND} dev-util/meson-format-array " -- 2.35.1