New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/issues/40463#issuecomment-1312725852 Comment: > Not sure what you meant by "hold any packages". If you meant if I compiled any from source, the answer is No. I meant: ```sh xbps-query -H ``` Maybe, you can show us this as well: ``` xbps-query -l | awk '{print $2}' | xargs -L1 xbps-query -p repository| sort -u ```