aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pdfkit/APKBUILD
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-13 01:42:11 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-13 01:42:27 +0000
commitccbceac863e504d0b3f2deaa8d3cd03d2766cda6 (patch)
treed61621cb2760ad2d4c09ddb7f8d12b1726181469 /testing/py3-pdfkit/APKBUILD
parentd22175fbf117c41728ba729131f2da5bad29882b (diff)
downloadaports-ccbceac863e504d0b3f2deaa8d3cd03d2766cda6.tar.bz2
aports-ccbceac863e504d0b3f2deaa8d3cd03d2766cda6.tar.xz
testing/py3-pdfkit: disable on mips
Diffstat (limited to 'testing/py3-pdfkit/APKBUILD')
-rw-r--r--testing/py3-pdfkit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pdfkit/APKBUILD b/testing/py3-pdfkit/APKBUILD
index 88ecbb040d..710bae995b 100644
--- a/testing/py3-pdfkit/APKBUILD
+++ b/testing/py3-pdfkit/APKBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Python wrapper to convert HTML to PDF using the WebKit rendering engine"
options="!check" # No testsuite in pypi tarball, no github releases
url="https://github.com/JazzCore/python-pdfkit"
-arch="noarch"
+arch="noarch !mips !mips64" # blocked by wkhtmltopdf
license="MIT"
depends="wkhtmltopdf python3"
makedepends="py3-setuptools"