diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-25 18:55:28 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-25 18:55:28 -0300 |
commit | 21e198a68b0e4709598e19b051363e94ac759ad7 (patch) | |
tree | b496de99daf6b6b57c93902b8db2bd5bb90e67da /testing/akonadi-calendar-tools | |
parent | 9515e78abc0d1bffa262c7e358b5429b0db1d71a (diff) | |
download | aports-21e198a68b0e4709598e19b051363e94ac759ad7.tar.bz2 aports-21e198a68b0e4709598e19b051363e94ac759ad7.tar.xz |
testing/akonadi-calendar-tools: limit on ppc64le and s390x
Diffstat (limited to 'testing/akonadi-calendar-tools')
-rw-r--r-- | testing/akonadi-calendar-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/akonadi-calendar-tools/APKBUILD b/testing/akonadi-calendar-tools/APKBUILD index 74088c45d6..cdc2d78996 100644 --- a/testing/akonadi-calendar-tools/APKBUILD +++ b/testing/akonadi-calendar-tools/APKBUILD @@ -3,7 +3,7 @@ pkgname=akonadi-calendar-tools pkgver=19.04.2 pkgrel=0 -arch="all" +arch="all !ppc64le !s390x" # Limited by akonadi-calendar -> kmailtransport -> libkgapi -> qt5-qtwebengine url="https://kontact.kde.org/" pkgdesc="CLI tools to manage akonadi calendars" license="GPL-2.0-or-later AND GFDL-1.2-only" |