[PATCH] testing/kmail-account-wizard: limit on ppc64le and s390x
Export this patch
---
testing/kmail-account-wizard/APKBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
--
2.22.0