From 8f7572a1828eca3fe084e1579b03d918b296e3b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 13 May 2016 01:08:10 +0200 Subject: [PATCH] libreoffice: i686 is still broken --- srcpkgs/libreoffice/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index f28a73d3329..d45ee31269f 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -47,11 +47,11 @@ skip_extraction=" ${pkgname}-help-${version}.tar.xz ${pkgname}-translations-${version}.tar.xz" -#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 +case "$XBPS_TARGET_MACHINE" in + i686*) # Unit tests failure + broken="https://build.voidlinux.eu/builders/i686_builder/builds/23144/steps/shell_3/logs/stdio" + ;; +esac if [ -z "$CROSS_BUILD" ]; then # mariadbclient can't currently be cross compiled