diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-09-25 06:18:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-09-25 06:39:05 +0200 |
commit | d8d5d91d4f63eff646ed7cd25138a02ffec1b1b3 (patch) | |
tree | e36a1ef3f327d48b04e16382b2b61244d938d780 /eclass | |
parent | dev-python/iminuit: Bump to 2.30.0 (diff) | |
download | gentoo-d8d5d91d4f63eff646ed7cd25138a02ffec1b1b3.tar.gz gentoo-d8d5d91d4f63eff646ed7cd25138a02ffec1b1b3.tar.bz2 gentoo-d8d5d91d4f63eff646ed7cd25138a02ffec1b1b3.zip |
distutils-r1.eclass: Revert "Switch scikit-build-core to build.verbose"
This change broke all packages using a lower minimum-version. Sigh.
Reverts: 0be38fc6bebba7f193d243a35915f6d393319fd3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 53b40163c216..5a6ebdcede8a 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 |