From b72ed7e0b262486a2bb0adfb6ea5ed0c45dc876f Mon Sep 17 00:00:00 2001 From: Newbyte <newbie13xd@gmail.com> Date: Sat, 5 Dec 2020 08:59:50 +0100 Subject: [PATCH] testing/mirage: disable on armhf --- testing/mirage/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mirage/APKBUILD b/testing/mirage/APKBUILD index d0d29ff61760..1e256daf3fbe 100644 --- a/testing/mirage/APKBUILD +++ b/testing/mirage/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.6.4 pkgrel=0 pkgdesc="Qt/QML Matrix client" url="https://github.com/mirukana/mirage" -arch="all" +arch="all !armhf" # armhf: blocked by py3-pyotherside, qt5-qtquickcontrols2 license="LGPL-3.0-or-later" depends=" py3-aiofiles -- GitLab