There is an updated pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages license-show https://github.com/void-linux/void-packages/pull/41032 common/xbps-src/shutils/show.sh: make show display consistent previously, if there was a newline in some variables, it would not format properly in `xbps-src show`. This fixes it by always splitting it by word in some cases, like if there is a new line in the variable's value, and removing internal commas in some cases. This logic was split into a function for consistency. fixes #40996 Example: ``` $ ./xbps-src show keepassxc pkgname: keepassxc ... License(s): GPL-3.0-or-later License(s): BSD-3-Clause License(s): CC0-1.0 License(s): LGPL-2.0-only License(s): LGPL-2.1-only License(s): LGPL-3.0-or-later License(s): Nokia-Qt-exception-1.1 License(s): MIT License(s): BSL-1.0 ``` #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/41032.patch is attached