aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-21 11:33:32 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-21 11:33:32 -0300
commit018349327c1970ac7b00280f893559d96b723a96 (patch)
tree3c1035d795a7a265373dcb90e2c9f1f6823d0f12 /testing
parent000f49f1b842fe5cbedd6bcae768677b74a8df35 (diff)
downloadaports-018349327c1970ac7b00280f893559d96b723a96.tar.bz2
aports-018349327c1970ac7b00280f893559d96b723a96.tar.xz
testing/kmailtransport: fix limiting on s390x
Diffstat (limited to 'testing')
-rw-r--r--testing/kmailtransport/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kmailtransport/APKBUILD b/testing/kmailtransport/APKBUILD
index 473a81724a..29385b352f 100644
--- a/testing/kmailtransport/APKBUILD
+++ b/testing/kmailtransport/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kmailtransport
pkgver=19.04.2
pkgrel=0
pkgdesc="Manage mail transport"
-arch="all !ppc64le !390x" # Limited by libkgapi -> qt5-qtwebengine
+arch="all !ppc64le !s390x" # Limited by libkgapi -> qt5-qtwebengine
url="https://kontact.kde.org/"
license="LGPL-2.0-or-later"
depends_dev="kcmutils-dev kconfigwidgets-dev kwallet-dev ki18n-dev kio-dev kmime-dev akonadi-dev akonadi-mime-dev ksmtp-dev libkgapi-dev"