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%.*.*}