From fd6c41f3b11993781f3259f59c24858a47ee8c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 30 Jan 2020 17:11:04 +0100 Subject: [PATCH] libreoffice: remove archs= to build for i686 --- srcpkgs/libreoffice/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index f67a5342215..bffd78acd31 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -2,12 +2,9 @@ pkgname=libreoffice version=6.4.0.3 revision=1 -# Do not build on x86_64 and i686 at the same time. -# Remove archs= after the x86_64* packages are built. -archs="x86_64*" build_style=meta make_build_args="build-nocheck" -nocross=yes +nocross="Several dependencies are nocross=yes" # # XXX: mit-krb5-devel nasm hamcrest iwyu ogl-math poppler @@ -287,7 +284,7 @@ _split() { fi } -_languages="" +unset _languages _add_lang() { local pkglang="${3:-$1}" _languages="$_languages ${pkglang//_/-}"