From 8ac4212a55b2bdcf0ce73162f8795909bb8000cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 12 Feb 2016 18:46:17 +0100 Subject: [PATCH] icecat-i18: mark as broken for x86_64-musl as well --- srcpkgs/icecat-i18n/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/icecat-i18n/template b/srcpkgs/icecat-i18n/template index a756e95df94..f3b5726a927 100644 --- a/srcpkgs/icecat-i18n/template +++ b/srcpkgs/icecat-i18n/template @@ -11,6 +11,10 @@ license="MPL-2.1" noarch=yes create_wrksrc=yes +case "$XBPS_TARGET_MACHINE" in + x86_64-musl) broken=http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/9023/steps/shell_3/logs/stdio +esac + do_extract() { : }