libreoffice: mark as broken on i686*

This commit is contained in:
maxice8 2018-08-26 19:08:55 -03:00
parent 754b5753db
commit e41682beb0
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,3 +1,6 @@
case "$XBPS_TARGET_MACHINE" in
i686*) broken="can't find liborcus" ;;
esac
#!/bin/sh
# Template file for 'libreoffice'
pkgname=libreoffice
@ -256,7 +259,7 @@ skip_extraction="
build_options="java"
desc_option_java="Enable Java support"
if [ -n "$XBPS_CHECK_PKGS" ]; then
if [ "$XBPS_CHECK_PKGS" ]; then
make_build_args="build"
fi