From 87187291f581acdee099348ccc929517f0beb1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 28 Aug 2018 15:21:15 +0200 Subject: [PATCH] Revert "libreoffice: mark as broken after shebang" This reverts commit acd35f587bf0f1d0927a3fb1ce4f6f82a49fb907. --- srcpkgs/libreoffice/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index 5ca93e2587b..c27ef19529c 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -1,3 +1,6 @@ +case "$XBPS_TARGET_MACHINE" in + i686*) broken="can't find liborcus" ;; +esac #!/bin/sh # Template file for 'libreoffice' pkgname=libreoffice @@ -7,9 +10,6 @@ build_style=meta make_build_args="build-nocheck" nocross=yes -case "$XBPS_TARGET_MACHINE" in - i686*) broken="can't find liborcus" ;; -esac # # XXX: mit-krb5-devel nasm firebird3 hamcrest iwyu ogl-math # Missing, required libraries are downloaded and built internally