diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 00:56:26 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 00:56:26 +0000 |
commit | a5680d4eec3b32bbecbc17d48edac80603a615b0 (patch) | |
tree | 47b437afdff48b24599c42f555178f32114f63c2 | |
parent | c6ab0fbb49d15c9545f673e7411c908f60be0921 (diff) |
community/wkhtmltopdf: disable on mips
-rw-r--r-- | community/wkhtmltopdf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wkhtmltopdf/APKBUILD b/community/wkhtmltopdf/APKBUILD index fc882501fd5..5cc14b6faf7 100644 --- a/community/wkhtmltopdf/APKBUILD +++ b/community/wkhtmltopdf/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.12.5 pkgrel=1 pkgdesc="Simple shell utility to convert html to pdf" url="https://wkhtmltopdf.org/" -arch="all !armhf" +arch="all !armhf !mips !mips64" license="LGPL-3.0-or-later" makedepends="$depends_dev qt5-qtbase-dev qt5-qtwebkit-dev qt5-qtsvg-dev qt5-qtxmlpatterns-dev" |