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
-- 
2.46.1


Reply via email to