On Tue, 2024-09-24 at 08:14 +0200, Michał Górny wrote:
> Replace `cmake.verbose` with `build.verbose`, following the change
> in scikit-build-core 0.10.
> 
> Signed-off-by: Michał Górny <mgo...@gentoo.org>
> ---
>  eclass/distutils-r1.eclass | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
> index 5a6ebdcede8a..53b40163c216 100644
> --- a/eclass/distutils-r1.eclass
> +++ b/eclass/distutils-r1.eclass
> @@ -1339,9 +1339,9 @@ distutils_pep517_install() {
>                                       ninjaopts = 
> shlex.split(os.environ["NINJAOPTS"])
>                                       print(json.dumps({
>                                               "build.tool-args": ninjaopts,
> +                                             "build.verbose": True,
>                                               "cmake.args": 
> ";".join(sys.argv[1:]),
>                                               "cmake.build-type": 
> "${CMAKE_BUILD_TYPE}",
> -                                             "cmake.verbose": True,
>                                               "install.strip": False,
>                                       }))
>                               EOF

Reverting this, since it breaks "older" packages.  Upstream literally
didn't provide any way for this to work for everyone.

-- 
Best regards,
Michał Górny

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to