There's a merged pull request on the void-packages repository shutils/build_dependencies.sh: print "with" before build style/helper names https://github.com/void-linux/void-packages/pull/43320 Description: Messages like "building [rust] for " could lead to mild panic as they might be read as "building [large toolchain] on your laptop". Simply adding "with" before the style/helpers should solve that. It works for build_style, build_helper, both, and none. ``` => ircdog-0.4.0_2: building with [go] for x86_64... => firefox-111.0.1_1: building with [rust] for x86_64... => riff-2.23.2_1: building with [cargo] [rust] for x86_64... => discord-0.0.26_1: building for x86_64... ``` #### Testing the changes - I tested the changes in this PR: **YES**