diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-07-12 01:56:26 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-11 21:00:18 -0300 |
commit | b78b1f935962b013303fdbb89258f32c45edc001 (patch) | |
tree | f90e93e73265cc03e00aa64215a54f7d1a0be838 /testing/kmail-account-wizard/APKBUILD | |
parent | 94e696129e3fe527765b01d13ab0dfc52c2338ec (diff) | |
download | aports-b78b1f935962b013303fdbb89258f32c45edc001.tar.bz2 aports-b78b1f935962b013303fdbb89258f32c45edc001.tar.xz |
testing/kmail-account-wizard: limit on ppc64le and s390x
Diffstat (limited to 'testing/kmail-account-wizard/APKBUILD')
-rw-r--r-- | testing/kmail-account-wizard/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kmail-account-wizard/APKBUILD b/testing/kmail-account-wizard/APKBUILD index 6af7e57286..ae6d0cadd7 100644 --- a/testing/kmail-account-wizard/APKBUILD +++ b/testing/kmail-account-wizard/APKBUILD @@ -3,7 +3,7 @@ pkgname=kmail-account-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="KMail account wizard" license="GPL-2.0-or-later AND LGPL-2.0-or-later AND GFDL-1.2-only" |