diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 15:20:15 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 15:20:15 +0100 |
commit | 894a400d626052b87c4ef3680d3ea76cd8d38711 (patch) | |
tree | 2be07c38a28fa7b9662945d5d09aaa8a0d941b95 /community/lasem | |
parent | 5e759cd19ed4c4894cd5a7947005cb5ddbbd970e (diff) | |
download | aports-894a400d626052b87c4ef3680d3ea76cd8d38711.tar.bz2 aports-894a400d626052b87c4ef3680d3ea76cd8d38711.tar.xz |
community/lasem: disable tests
Diffstat (limited to 'community/lasem')
-rw-r--r-- | community/lasem/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/lasem/APKBUILD b/community/lasem/APKBUILD index 52da68b4b2..e4bac20772 100644 --- a/community/lasem/APKBUILD +++ b/community/lasem/APKBUILD @@ -5,6 +5,7 @@ pkgver=0.5.1 _apiver=0.6 pkgrel=0 pkgdesc="A library for rendering SVG and Mathml, implementing a DOM like API" +options="!check" # 1 Test fail on al arches url="https://wiki.gnome.org/Projects/Lasem" arch="all !aarch64 !s390x" # Test fails on limited arches license="LGPL-2.0 GPL-2.0" |