aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:56:26 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:56:26 +0000
commita5680d4eec3b32bbecbc17d48edac80603a615b0 (patch)
tree47b437afdff48b24599c42f555178f32114f63c2
parentc6ab0fbb49d15c9545f673e7411c908f60be0921 (diff)
community/wkhtmltopdf: disable on mips
-rw-r--r--community/wkhtmltopdf/APKBUILD2
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"