diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-07-18 17:26:56 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-07-18 17:27:02 +0000 |
commit | 47ec9ae21a97e4257e536e70db8f0016e0eb2100 (patch) | |
tree | 714b30edb887f19739d18e9e4f5895d3bf14b349 /testing/akonadiconsole | |
parent | 2aea9578c675bb06fa467365614cb18828008501 (diff) | |
download | aports-47ec9ae21a97e4257e536e70db8f0016e0eb2100.tar.bz2 aports-47ec9ae21a97e4257e536e70db8f0016e0eb2100.tar.xz |
testing/akonadiconsole: disable on s390x ppc64l2
> ERROR: unsatisfiable constraints:
> calendarsupport-dev (missing):
> required by: .makedepends-akonadiconsole-20190718.145623[calendarsupport-dev]
> messagelib-dev (missing):
> required by: .makedepends-akonadiconsole-20190718.145623[messagelib-dev]
Diffstat (limited to 'testing/akonadiconsole')
-rw-r--r-- | testing/akonadiconsole/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/akonadiconsole/APKBUILD b/testing/akonadiconsole/APKBUILD index 661b6c3a02..e5d08d8144 100644 --- a/testing/akonadiconsole/APKBUILD +++ b/testing/akonadiconsole/APKBUILD @@ -3,7 +3,7 @@ pkgname=akonadiconsole pkgver=19.04.3 pkgrel=0 -arch="all" +arch="all !s390x !ppc64le" # calendarsupport messagelib missing url="https://kontact.kde.org/" pkgdesc="Application for debugging Akonadi Resources" license="GPL-2.0-or-later AND GFDL-1.2-only" |