From 392c252e390a8999a760e3256cdb70f9fbbd028d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 26 Nov 2017 11:53:09 +0100 Subject: [PATCH] qtox: broken on armv6* --- srcpkgs/qtox/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/qtox/template b/srcpkgs/qtox/template index e7851bd03b7..e767514c5e6 100644 --- a/srcpkgs/qtox/template +++ b/srcpkgs/qtox/template @@ -17,3 +17,7 @@ depends="qt5-plugin-sqlite" distfiles="https://github.com/tux3/qTox/archive/v${version}.tar.gz" checksum=8a85b47f5a1033e997e16616ddeeb9af277b2f8ee3fe06cf5b9f3c8869a5d737 wrksrc="qTox-${version}" +case "$XBPS_TARGET_MACHINE" in + armv6*) broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/6098/steps/shell_3/logs/stdio" +esac +