aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-unoconv/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-unoconv/APKBUILD b/testing/py3-unoconv/APKBUILD
index e333117e96a..6e9ded160ac 100644
--- a/testing/py3-unoconv/APKBUILD
+++ b/testing/py3-unoconv/APKBUILD
@@ -4,8 +4,8 @@ pkgver=0.8.2
pkgrel=1
pkgdesc="Tool to convert between any document format supported by LibreOffice"
url="http://dag.wieers.com/home-made/unoconv/"
-# libreoffice is not built on s390x
-arch="noarch !s390x"
+# libreoffice is not built on s390x or mips
+arch="noarch !s390x !mips !mips64"
license="GPL-2.0"
depends="libreoffice python3"
makedepends="py3-setuptools"