diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-20 19:09:58 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-20 19:10:24 +0200 |
commit | 3aee5fb788ca43a3ea78eb5f689f41972122c06a (patch) | |
tree | 8a07428bf23c7680f5212b83b6d5b3fde41707b0 /community/nextcloud-client | |
parent | 1549a700cf7c1e412f292868be23d506f62eec3b (diff) | |
download | aports-3aee5fb788ca43a3ea78eb5f689f41972122c06a.tar.bz2 aports-3aee5fb788ca43a3ea78eb5f689f41972122c06a.tar.xz |
community/nextcloud-client: disable on s390x due to qt5-qtwebengine
Diffstat (limited to 'community/nextcloud-client')
-rw-r--r-- | community/nextcloud-client/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nextcloud-client/APKBUILD b/community/nextcloud-client/APKBUILD index 92b85ad72c..ca47066851 100644 --- a/community/nextcloud-client/APKBUILD +++ b/community/nextcloud-client/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.6.0_p1 pkgrel=2 pkgdesc="Nextcloud Desktop Client" url="https://github.com/nextcloud/desktop" -arch="all" +arch="all !s390x" # qt5-qtwebengine 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" |