biosdisk: mark broken outside of x86
This commit is contained in:
parent
0ab6ed2082
commit
7a3d9e0bd2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue