diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-08-28 06:27:17 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-08-28 06:27:17 +0000 |
commit | 3f2e2d5bfb89b791b4c2bcffd8d2865bb8605323 (patch) | |
tree | dc419c7cb694700a8994ef2cfb61623cd8027806 /testing/qownnotes | |
parent | f1d61d1ef650c954084e34dbbe68737f988c54d0 (diff) | |
download | aports-3f2e2d5bfb89b791b4c2bcffd8d2865bb8605323.tar.bz2 aports-3f2e2d5bfb89b791b4c2bcffd8d2865bb8605323.tar.xz |
testing/qownnotes: disabled unsupported arch
Diffstat (limited to 'testing/qownnotes')
-rw-r--r-- | testing/qownnotes/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/qownnotes/APKBUILD b/testing/qownnotes/APKBUILD index fe118d6067..b91212fa30 100644 --- a/testing/qownnotes/APKBUILD +++ b/testing/qownnotes/APKBUILD @@ -5,7 +5,7 @@ pkgver="19.8.8" pkgrel=0 pkgdesc="Plain-text file markdown note taking with Nextcloud/ownCloud integration" url="http://www.qownnotes.org/" -arch="all" +arch="all !ppc64le !s390x" license="GPL-2.0" makedepends="qt5-qtdeclarative-dev qt5-qtsvg-dev qt5-qtxmlpatterns-dev qt5-qttools-dev qt5-qtbase-dev qt5-qtwebsockets-dev" |