scryer-prolog: broken on anything but x86 and arm

This commit is contained in:
q66 2020-07-29 23:20:22 +02:00
parent 8e62768ebb
commit bb1c31f5c7

View file

@ -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
}