diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-25 18:56:57 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-25 18:56:57 -0300 |
commit | cb854048c7b2c05db3c5f58bc2615fbd0abc672d (patch) | |
tree | 01e451cf867107024a324c3b8c92dd06fc80af8f /testing/kalarm | |
parent | 21e198a68b0e4709598e19b051363e94ac759ad7 (diff) | |
download | aports-cb854048c7b2c05db3c5f58bc2615fbd0abc672d.tar.bz2 aports-cb854048c7b2c05db3c5f58bc2615fbd0abc672d.tar.xz |
testing/kalarm: limit on ppc64le and s390x
Diffstat (limited to 'testing/kalarm')
-rw-r--r-- | testing/kalarm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kalarm/APKBUILD b/testing/kalarm/APKBUILD index 96454ce2e0..e6655e7c96 100644 --- a/testing/kalarm/APKBUILD +++ b/testing/kalarm/APKBUILD @@ -3,7 +3,7 @@ pkgname=kalarm pkgver=19.04.2 pkgrel=0 -arch="all" +arch="all !ppc64le !s390x" # Limited by kmailtransport -> libkgapi -> qt5-qtwebengine url="https://kontact.kde.org/" pkgdesc="Personal alarm scheduler" license="GPL-2.0-or-later AND GFDL-1.2-only" |