From c072c85ca9fd8484217e21c62f9d381121fc1177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 28 Aug 2018 15:21:28 +0200 Subject: [PATCH] Revert "libreoffice: mark as broken on i686*" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e41682beb0e54601a483e46b8d25b81c0938bfe0. It should now build for i686 also. Signed-off-by: Jürgen Buchmüller --- srcpkgs/libreoffice/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index c27ef19529c..1a0a9b8029d 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -1,6 +1,3 @@ -case "$XBPS_TARGET_MACHINE" in - i686*) broken="can't find liborcus" ;; -esac #!/bin/sh # Template file for 'libreoffice' pkgname=libreoffice @@ -259,7 +256,7 @@ skip_extraction=" build_options="java" desc_option_java="Enable Java support" -if [ "$XBPS_CHECK_PKGS" ]; then +if [ -n "$XBPS_CHECK_PKGS" ]; then make_build_args="build" fi