There is a new pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages etc-repo-keys https://github.com/void-linux/void-packages/pull/47291 common/xbps-src/shutils/chroot.sh: support importing other keys When packages in `hostdir/binpkgs` are signed, it causes `xbps-src` to annoyingly request to import the associated key (every time, in the case of automation tools like `xxbuild` or `ymir`). This allows the user to add their personal public key `.plist` to `etc/repo-keys/` so this prompting does not happen. #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/47291.patch is attached