diff options
author | Tuan Hoang <tmhoang@linux.ibm.com> | 2019-05-19 07:12:58 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-19 07:23:45 +0000 |
commit | 85fee987ebd1fd40d926ffcccc8e495e82e773c1 (patch) | |
tree | 230244fbc2a8384b1499b91f3a94b8e2bac9b25c /community | |
parent | 7a0dac4ab8b4b7b46e998ddf25753ced3797ddee (diff) | |
download | aports-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')
-rw-r--r-- | community/ocrmypdf/APKBUILD | 2 | ||||
-rw-r--r-- | community/py-img2pdf/APKBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/community/ocrmypdf/APKBUILD b/community/ocrmypdf/APKBUILD index 0073f14766..a8614b0a62 100644 --- a/community/ocrmypdf/APKBUILD +++ b/community/ocrmypdf/APKBUILD @@ -5,7 +5,7 @@ pkgver=8.2.3 pkgrel=0 pkgdesc="Add OCR text layer to scanned PDF files" url="https://github.com/jbarlow83/OCRmyPDF" -arch="noarch" +arch="noarch !s390x" license="MIT" options="!check" depends="py-ruffus py-reportlab py-img2pdf py-cffi py-pypdf2 py-pillow unpaper 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" |