diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-13 01:42:11 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-13 01:42:27 +0000 |
| commit | ccbceac863e504d0b3f2deaa8d3cd03d2766cda6 (patch) | |
| tree | d61621cb2760ad2d4c09ddb7f8d12b1726181469 /testing | |
| parent | d22175fbf117c41728ba729131f2da5bad29882b (diff) | |
| download | aports-ccbceac863e504d0b3f2deaa8d3cd03d2766cda6.tar.bz2 aports-ccbceac863e504d0b3f2deaa8d3cd03d2766cda6.tar.xz | |
testing/py3-pdfkit: disable on mips
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-pdfkit/APKBUILD | 2 |
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" |
