From 7c017a602233bd4ba85ff85f0b128aa917ba0855 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 13 Aug 2019 07:28:25 +0200 Subject: [PATCH] prison: set broken for armv6l-musl --- srcpkgs/prison/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/prison/template b/srcpkgs/prison/template index 88c9f455e7e..b10fd7763c4 100644 --- a/srcpkgs/prison/template +++ b/srcpkgs/prison/template @@ -16,6 +16,10 @@ if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-qmake qt5-host-tools" fi +case "$XBPS_TARGET_MACHINE" in + armv6l-musl) broken="https://build.voidlinux.org/builders/armv6l-musl_builder/builds/20920/steps/shell_3/logs/stdio";; +esac + post_install() { vlicense LICENSE }