mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
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"
|
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/29779/steps/shell_3/logs/stdio"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64*|i686*|arm*|aarch64*) ;;
|
||||||
|
*) broken="ftbfs in ring" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue