aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-img2pdf/APKBUILD
diff options
context:
space:
mode:
authorTuan Hoang <tmhoang@linux.ibm.com>2019-05-19 07:12:58 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-19 07:23:45 +0000
commit85fee987ebd1fd40d926ffcccc8e495e82e773c1 (patch)
tree230244fbc2a8384b1499b91f3a94b8e2bac9b25c /community/py-img2pdf/APKBUILD
parent7a0dac4ab8b4b7b46e998ddf25753ced3797ddee (diff)
downloadaports-85fee987ebd1fd40d926ffcccc8e495e82e773c1.tar.bz2
aports-85fee987ebd1fd40d926ffcccc8e495e82e773c1.tar.xz
community/img2pdf,ocrmypdf: disable on s390x due to pillow test error
See aport commit b65c2c0c9a5606eabd0361fa4e03c981bd0f17be https://gitlab.mister-muffin.de/josch/img2pdf/issues/62
Diffstat (limited to 'community/py-img2pdf/APKBUILD')
-rw-r--r--community/py-img2pdf/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-img2pdf/APKBUILD b/community/py-img2pdf/APKBUILD
index d82a64b22b..73ffc6ea8b 100644
--- a/community/py-img2pdf/APKBUILD
+++ b/community/py-img2pdf/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.3.3
pkgrel=1
pkgdesc="Convert images to PDF via direct JPEG inclusion"
url="https://gitlab.mister-muffin.de/josch/img2pdf"
-arch="noarch"
+arch="noarch !s390x"
license="LGPL"
depends="py-pillow"
_py2_depends="py-enum34"