aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-unoconv
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 17:57:41 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 17:57:41 +0000
commit18067816ed9c38fe2a23479a309a6b57f5137208 (patch)
tree029bdfa63a2718e51633df95d9528298b5de322e /testing/py3-unoconv
parent9522131f748045309e059bece342b7b8eaa3ba0b (diff)
downloadaports-18067816ed9c38fe2a23479a309a6b57f5137208.tar.bz2
aports-18067816ed9c38fe2a23479a309a6b57f5137208.tar.xz
testing/py3-unoconv: disable on mips
Diffstat (limited to 'testing/py3-unoconv')
-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 e333117e96..6e9ded160a 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"