scryer-prolog: broken on anything but x86 and arm
This commit is contained in:
parent
8e62768ebb
commit
bb1c31f5c7
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|||
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/29779/steps/shell_3/logs/stdio"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|i686*|arm*|aarch64*) ;;
|
||||
*) broken="ftbfs in ring" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue