nncp: mark broken on 32-bit

This commit is contained in:
Leah Neukirchen 2022-01-22 21:44:41 +01:00
parent 0bc996313e
commit 5e6335f41e

View File

@ -11,6 +11,10 @@ homepage="http://www.nncpgo.org/"
distfiles="http://www.nncpgo.org/download/${pkgname}-${version}.tar.xz"
checksum=59b0d6e248d3028929395b635d4e0cf114bc4de0f4f9f1052e049284980eeadd
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
broken="https://build.voidlinux.org/builders/armv7l_builder/builds/36395/steps/shell_3/logs/stdio"
fi
do_build() {
make
}