aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:07:38 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:07:38 +0000
commited3b1279a9b8b0eb474a102a970be233546cb53e (patch)
tree3dc8956308007d2b9e291298b9740a87bf01887e
parent2613e3e6a324b42fe1eff87a33cb018ee7e044a0 (diff)
downloadaports-ed3b1279a9b8b0eb474a102a970be233546cb53e.tar.bz2
aports-ed3b1279a9b8b0eb474a102a970be233546cb53e.tar.xz
community/libhandy: disable on mips
-rw-r--r--community/libhandy/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libhandy/APKBUILD b/community/libhandy/APKBUILD
index bb489582b6..15a27045a1 100644
--- a/community/libhandy/APKBUILD
+++ b/community/libhandy/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.0.13
pkgrel=1
pkgdesc="Library full of GTK+ widgets for mobile phones"
url="https://source.puri.sm/Librem5/libhandy"
-arch="all !s390x" # Limited by 'ibus'
+arch="all !s390x !mips !mips64" # Limited by 'ibus'
license="LGPL-2.0-or-later"
makedepends="meson glib-dev gtk+3.0-dev vala py3-setuptools gobject-introspection-dev
glade-dev"