aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud-client
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:12:07 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:12:07 +0000
commitd4f0b97d06d787da6090d594d6b1fd71cc356f0d (patch)
tree90b5eba60c26afbd70fa81d0a7185c190cf469d4 /community/nextcloud-client
parent59a99c5d7a3d2ddd06fd96214a8a9f6f47fa2792 (diff)
community/nextcloud-client: disable on mips
Diffstat (limited to 'community/nextcloud-client')
-rw-r--r--community/nextcloud-client/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/nextcloud-client/APKBUILD b/community/nextcloud-client/APKBUILD
index 35f429f0074..da91d3f434f 100644
--- a/community/nextcloud-client/APKBUILD
+++ b/community/nextcloud-client/APKBUILD
@@ -5,9 +5,9 @@ pkgver=2.6.4
pkgrel=0
pkgdesc="Nextcloud Desktop Client"
url="https://github.com/nextcloud/desktop"
-# s390x and ppc64le blocked by qt5-qtwebengine
+# mips, s390x and ppc64le blocked by qt5-qtwebengine
# armhf blocked by extra-cmake-modules
-arch="all !s390x !ppc64le !armhf"
+arch="all !s390x !ppc64le !armhf !mips !mips64"
license="GPL-2.0-only"
makedepends="$depends_dev cmake doxygen qt5-qttools-dev qt5-qtkeychain-dev
graphviz extra-cmake-modules kio-dev qt5-qtwebengine-dev"