aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-15 22:24:47 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-15 22:24:47 -0300
commita9f52bfd9d00066ea51a329db9b86d933b307c05 (patch)
tree27aa77744db5044016b0c2b0833b789f35bb29db
parent5072dceedfb2b50df080925f6bdd96ad71b52da8 (diff)
community/lasem: limit on s390x and aarch64
-rw-r--r--community/lasem/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lasem/APKBUILD b/community/lasem/APKBUILD
index 3dde7a35e9d..52da68b4b25 100644
--- a/community/lasem/APKBUILD
+++ b/community/lasem/APKBUILD
@@ -6,7 +6,7 @@ _apiver=0.6
pkgrel=0
pkgdesc="A library for rendering SVG and Mathml, implementing a DOM like API"
url="https://wiki.gnome.org/Projects/Lasem"
-arch="all"
+arch="all !aarch64 !s390x" # Test fails on limited arches
license="LGPL-2.0 GPL-2.0"
makedepends="intltool gdk-pixbuf-dev gobject-introspection-dev libxml2-dev
pango-dev"