diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-25 20:57:52 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-25 20:57:52 -0300 |
commit | a0b91937d05ce51636ad85fb7cf5d2550808b6f2 (patch) | |
tree | 5d44c3dd4a513bd768a85267be954126f92b3fff /testing/akonadi-import-wizard | |
parent | 5c60d73495158734653bf634b903f20293206922 (diff) | |
download | aports-a0b91937d05ce51636ad85fb7cf5d2550808b6f2.tar.bz2 aports-a0b91937d05ce51636ad85fb7cf5d2550808b6f2.tar.xz |
testing/akonadi-import-wizard: limit on ppc64le and s390x
Diffstat (limited to 'testing/akonadi-import-wizard')
-rw-r--r-- | testing/akonadi-import-wizard/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/akonadi-import-wizard/APKBUILD b/testing/akonadi-import-wizard/APKBUILD index d02dcd5723..ef20e601a0 100644 --- a/testing/akonadi-import-wizard/APKBUILD +++ b/testing/akonadi-import-wizard/APKBUILD @@ -3,7 +3,7 @@ pkgname=akonadi-import-wizard pkgver=19.04.2 pkgrel=0 -arch="all" +arch="all !ppc64le !s390x" # Limited by kmailtransport -> libkgapi -> qt5-qtwebengine url="https://kontact.kde.org/" pkgdesc="Import data from other mail clients to KMail" license="GPL-2.0-or-later AND LGPL-2.0-or-later AND GFDL-1.2-only" |