From a67a042d27add12430e69ccebe3bd68681553ddb Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Mon, 14 Dec 2020 07:19:41 -0700 Subject: [PATCH] community/libquotient: disable on mips64 --- community/libquotient/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/libquotient/APKBUILD b/community/libquotient/APKBUILD index 95a75c09d47..fb4fcbf5a15 100644 --- a/community/libquotient/APKBUILD +++ b/community/libquotient/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.6.2 pkgrel=0 pkgdesc="Qt5 library for cross-platform clients for Matrix" url="https://github.com/quotient-im/libQuotient" -arch="all !armhf" # blocked by qt5-qtmultimedia +arch="all !armhf !mips64" # blocked by qt5-qtmultimedia, mips blocked by qtolm license="LGPL-2.1-or-later" depends_dev="qt5-qtbase-dev qt5-qtmultimedia-dev libqtolm-dev" makedepends="$depends_dev cmake"