From 2702caadf161ef639de9c5dc1dc58facc11d6f6b Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Thu, 22 Sep 2016 13:32:36 +0200 Subject: [PATCH] webkit2gtk: actually armv6* is broken I could compile it locally for armv6l-musl without error, so this more looks like a build host issue. --- srcpkgs/webkit2gtk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index 7baf61a8082..54877e09339 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -25,7 +25,7 @@ makedepends=" libnotify-devel hyphen-devel" case "$XBPS_TARGET_MACHINE" in - arm*-musl) broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/13456/steps/shell_3/logs/stdio" + armv6*) broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/13456/steps/shell_3/logs/stdio" esac # Package build options