Re: [gentoo-dev] (resent) [PATCH] eclass: Support dev-util/samurai

2021-04-09 Thread Michał Górny
Hi, First things first: - there should be a detailed commit message explaning what samurai is, to what degree it is compatible with ninja and what's happening here - this should be split to one patch per eclass. On Fri, 2021-04-09 at 18:50 +0200, Lars Wendler wrote: > From: orbea > >

[gentoo-dev] (resent) [PATCH] eclass: Support dev-util/samurai

2021-04-09 Thread Lars Wendler
From: orbea Signed-off-by: Lars Wendler --- eclass/cmake.eclass | 22 -- eclass/meson.eclass | 4 ++-- eclass/ninja-utils.eclass | 37 +++-- 3 files changed, 45 insertions(+), 18 deletions(-) diff --git a/eclass/cmake.eclass