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/ocrmypdf | |
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/ocrmypdf')
-rw-r--r-- | community/ocrmypdf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 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 |