biosdisk: mark broken outside of x86

This commit is contained in:
q66 2019-06-10 21:33:53 +02:00 committed by Helmut Pozimski
parent 0ab6ed2082
commit 7a3d9e0bd2
1 changed files with 5 additions and 0 deletions

View File

@ -11,3 +11,8 @@ license="GPL-2.0"
homepage="https://github.com/dell/biosdisk"
distfiles="https://github.com/dell/biosdisk/archive/${version}.tar.gz"
checksum=e89cf680914ab3d5bbb549c124c6c29594ef495880befc0d059ec8a3aaf1e3e7
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) ;;
*) broken="only for x86";;
esac