From e864bed5e2c3bd698be4b9c2c9aeabea75f2a44a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 12 Apr 2016 23:06:37 +0200 Subject: [PATCH] libreoffice: fails on i686 (unit tests) --- srcpkgs/libreoffice/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index dd3dc2dad83..cba4964a5f4 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -48,6 +48,12 @@ skip_extraction=" ${pkgname}-translations-${version}.tar.xz" conflicts="libreoffice-bin>=0" +case "$XBPS_TARGET_MACHINE" in + i686*) # Unit tests failure - unknown reason + broken="http://build.voidlinux.eu/builders/i686_builder/builds/22276/steps/shell_3/logs/stdio" + ;; +esac + # Install location: either /usr or e.g. /opt/libreofficeX.Y.Z _LO_PREFIX=/opt/${pkgname}${version%.*.*}