diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-19 08:50:30 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-19 08:50:30 +0000 |
commit | 75676b1a4e13137d95db1449f3a1456e45180503 (patch) | |
tree | 445c4954170f80d2be6e8882c6c6a93fe6f69c31 /community/nextcloud-client/APKBUILD | |
parent | 05ce98f11ed272f70c5b7ccc7f6d6792da2b7500 (diff) | |
download | aports-75676b1a4e13137d95db1449f3a1456e45180503.tar.bz2 aports-75676b1a4e13137d95db1449f3a1456e45180503.tar.xz |
community/nextcloud-client: disable on s390x due to qt5-webengine
Diffstat (limited to 'community/nextcloud-client/APKBUILD')
-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 64adafaf78..97efb7ce01 100644 --- a/community/nextcloud-client/APKBUILD +++ b/community/nextcloud-client/APKBUILD @@ -4,7 +4,7 @@ pkgver=2.5.1 pkgrel=1 pkgdesc="Nextcloud Desktop Client" url="https://github.com/nextcloud/client_theming" -arch="all !x86" # qt5-qtwebengine not avail +arch="all !x86 !s390x" # qt5-qtwebengine not avail license="GPL-2.0-only" makedepends="$depends_dev cmake doxygen qt5-qtwebengine-dev qt5-qttools-dev qt5-qtwebkit-dev qt5-qtkeychain-dev" |