New review comment by Piraty on void-packages repository https://github.com/void-linux/void-packages/pull/26000#discussion_r528384827 Comment: i cannot confirm. `depends=` is not inherited by subpakages. the toplevel declaration you refereced only affects the meta packages, see below (notice `run_depends`) ``` $ XBPS_TARGET_ARCH=aarch64-musl xbps-query --repository=$HOME/src/void-packages/hostdir/binpkgs -M -R rpi4-kernel architecture: aarch64-musl filename-sha256: 422a8449148b60cf6dd53f80f61f2b556b4bb505cc6588e6c5877721e6273054 filename-size: 28MB homepage: http://www.kernel.org installed_size: 39MB license: GPL-2.0-only maintainer: Piraty pkgname: rpi4-kernel pkgver: rpi4-kernel-5.4.68_1 repository: /home/piraty/src/void-packages/hostdir/binpkgs short_desc: Linux kernel for Raspberry Pi 4 (5.4 [git e82816d]) $ XBPS_TARGET_ARCH=aarch64-musl xbps-query --repository=$HOME/src/void-packages/hostdir/binpkgs -M -R rpi-kernel architecture: aarch64-musl filename-sha256: 0686ecf163d116935cac4c2f744ff3d00e2baf023ff952cd4c4c143ba4752a24 filename-size: 529B homepage: http://www.kernel.org installed_size: 0B license: GPL-2.0-only maintainer: Piraty pkgname: rpi-kernel pkgver: rpi-kernel-5.4.68_1 repository: /home/piraty/src/void-packages/hostdir/binpkgs run_depends: rpi3-kernel>=0 short_desc: Linux kernel for Raspberry Pi (5.4 series [git e82816d]) ```