diff --git a/srcpkgs/odroid-c2-uboot/template b/srcpkgs/odroid-c2-uboot/template index 94870947baa..6fa75c91284 100644 --- a/srcpkgs/odroid-c2-uboot/template +++ b/srcpkgs/odroid-c2-uboot/template @@ -16,7 +16,7 @@ checksum=da7ca9e6abdfedaa65ac4e0bd378155002bf5d0ccea663ddf03fa839dceb3724 case "$XBPS_MACHINE" in x86_64) ;; - *) msg_error "Can only be built from x86_64: https://github.com/hardkernel/u-boot/issues/23\n" ;; + *) broken="Can only be built from x86_64: https://github.com/hardkernel/u-boot/issues/23" ;; esac make_build_args="ARCH=arm"