From 38b3d497bb45a9b28940245071e100cd0fdefc1d Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Sun, 21 Mar 2021 04:15:47 -0300
Subject: [PATCH] testing/libfm-qt: disable on mips/mips64

---
 testing/libfm-qt/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/libfm-qt/APKBUILD b/testing/libfm-qt/APKBUILD
index 534cfa83e274..edc4cafcdd26 100644
--- a/testing/libfm-qt/APKBUILD
+++ b/testing/libfm-qt/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.16.0
 pkgrel=0
 pkgdesc="Qt port of libfm"
 url="https://github.com/lxqt/libfm-qt"
-arch="all !s390x" # s390x blocked by libfm
+arch="all !s390x !mips !mips64" # s390x, mips, mips64 blocked by libfm
 license="LGPL-2.0-or-later"
 makedepends="
 	cmake lxqt-build-tools qt5-qtx11extras-dev qt5-qttools-dev
-- 
GitLab