From f02bdacf349b8083c37034a34b69ab0520d2fcc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 28 Dec 2017 19:36:33 +0100 Subject: [PATCH] bcal: nocross and broken for i686 --- srcpkgs/bcal/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/bcal/template b/srcpkgs/bcal/template index 825d5a50fe..2d92342c72 100644 --- a/srcpkgs/bcal/template +++ b/srcpkgs/bcal/template @@ -10,4 +10,8 @@ license="GPL-3" homepage="https://github.com/jarun/bcal" distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz" checksum=501a09b0af42a722fd19354b4d139b8fe26920d5a1319cf382917dbf75a0f0be -only_for_arch="i686 x86_64 i686-musl x86_64-musl" +nocross=yes +case "$XBPS_TARGET_MACHINE" in + i686*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/6760/steps/shell_3/logs/stdio";; +esac +