There's a merged pull request on the void-packages repository common/hooks/pre-pkg/04-generate-runtime-deps.sh: sort deps for reproducibility https://github.com/void-linux/void-packages/pull/36659 Description: fixes #36641 by "reproducibility", I mean mostly for tools that compare versions/builds of packages. The solution I have implemented is basically: 1. transform the space-separated list to newline-separated 2. sort 3. transform back to space-separated #### Testing the changes - I tested the changes in this PR: **YES**