From 4d761e1121d537986087d79f37ea7275e406946e Mon Sep 17 00:00:00 2001 From: John Date: Wed, 28 Aug 2019 20:16:14 +0200 Subject: [PATCH] prison: unbreak on armv6l-musl --- srcpkgs/prison/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/prison/template b/srcpkgs/prison/template index b10fd7763c4..88c9f455e7e 100644 --- a/srcpkgs/prison/template +++ b/srcpkgs/prison/template @@ -16,10 +16,6 @@ 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 }