From 6970ee2ddf9404f04ab971d0c640bdd452643755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 28 Feb 2016 14:52:27 +0100 Subject: [PATCH] libreoffice: i686 currently broken --- srcpkgs/libreoffice/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index c3c8b4c5cd..4f93d3641e 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -60,6 +60,8 @@ if [ -z "$CROSS_BUILD" ]; then fi case "$XBPS_TARGET_MACHINE" in + i686) broken=http://build.voidlinux.eu/builders/i686_builder/builds/21068/steps/shell_3/logs/stdio + ;; *-musl) # use shipped clucene, because CLucene/analysis/cjk/CJKAnalyzer.h # is missing in the musl clucene-devel files ;;