diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-21 12:49:02 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-21 12:49:02 +0000 |
commit | 1a43c5ab09b5f83bb206f07dc1bc47b146726410 (patch) | |
tree | 38fd18fc82f8f5a4d6bf6a667dabdcdc32865177 /testing/py3-unoconv | |
parent | bb7f8463fb113b23b130d7dbb3a03e7b10750ac1 (diff) | |
download | aports-1a43c5ab09b5f83bb206f07dc1bc47b146726410.tar.bz2 aports-1a43c5ab09b5f83bb206f07dc1bc47b146726410.tar.xz |
testing/py3-unoconv: disable on s390x
Package depends on libreoffice, which is not built for s390x.
Diffstat (limited to 'testing/py3-unoconv')
-rw-r--r-- | testing/py3-unoconv/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py3-unoconv/APKBUILD b/testing/py3-unoconv/APKBUILD index 384aae6edf..92cb41cd6c 100644 --- a/testing/py3-unoconv/APKBUILD +++ b/testing/py3-unoconv/APKBUILD @@ -4,7 +4,8 @@ pkgver=0.7 pkgrel=1 pkgdesc="Tool to convert between any document format supported by LibreOffice" url="http://dag.wieers.com/home-made/unoconv/" -arch="noarch" +# libreoffice is not built on s390x +arch="noarch !s390x" license="GPL-2.0" depends="libreoffice python3" makedepends="python3-dev py-setuptools" |