New review comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/37298#discussion_r882757724 Comment: this would be better done as marking them broken: ```sh case "$XBPS_TARGET_MACHINE" in x86_64*|aarch64*|ppc64*) ;; *) broken="no libomp" esac ```