Revert "libreoffice: mark as broken after shebang"
This reverts commit acd35f587b
.
This commit is contained in:
parent
3136231f8d
commit
87187291f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue