New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/40698#issuecomment-1324399652 Comment: > * currently every shlib has to be on its own line which can easily break with += and there can not be a whitespace at the beginning of the line I think this could be solved by using some special char between each shlibname and version. `:` may not be a good idea if that's wanted for epoch later, but maybe `=` could work, e.g.: ```sh shlibs="libfoo.so.1=1.1_2 libbar.so.3=1.0_1" ```