There is a new pull request by 0x5c against master on the void-packages repository https://github.com/0x5c/void-packages fix/build-with-style https://github.com/void-linux/void-packages/pull/43320 shutils/build_dependencies.sh: print "with" before build style/helper names Messages like "building [rust] for " could lead to mild panic as they might be read as "building 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** A patch file from https://github.com/void-linux/void-packages/pull/43320.patch is attached