New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/41893#discussion_r1097265388 Comment: `$makedepends` is a variable that expands to `xcb-proto libXdmcp-devel libXau-devel`, -devel package's dependencies should be just `libXdmcp-devel libXau-devel` because xcb-proto is not required there. So yes, remove `$makedepends` from the -devel subpackage's `$depends`, but also add the required dependencies that were previously put there with `$makedepends`.