community/libquotient: disable on mips64

This commit is contained in:
Ariadne Conill 2020-12-14 07:19:41 -07:00
parent 83c752e4c8
commit a67a042d27

View File

@ -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"