From 954d6492f712ead2f36da78cf48998ac10341d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 15 Jul 2016 14:34:57 +0200 Subject: [PATCH] watchman: broken for cross and i686 --- srcpkgs/watchman/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/watchman/template b/srcpkgs/watchman/template index 98ea32a4c71..cf342d6309e 100644 --- a/srcpkgs/watchman/template +++ b/srcpkgs/watchman/template @@ -13,6 +13,11 @@ homepage="https://facebook.github.io/watchman/" distfiles="https://github.com/facebook/watchman/archive/v${version}.tar.gz" checksum=3a4ea5813967e984acb5bd32327926f2d431ea8a4ab7703510726ddb97d3d126 +case "$XBPS_TARGET_MACHINE" in + x86_64*) ;; + *) broken="https://build.voidlinux.eu/builders/i686_builder/builds/24343/steps/shell_3/logs/stdio" ;; +esac + pre_configure() { NOCONFIGURE=1 ./autogen.sh }