diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-02-02 17:31:34 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-02-02 17:31:34 +0000 |
commit | 4b1b7946bcc70662f29ff2faf3090795884e37b2 (patch) | |
tree | e7b4d936ebaeb1e29ff0c6c72ca2d7f65e3697f0 /testing/akonadi-calendar-tools | |
parent | 28aed4e200ce0705987086aede7e3ce732a13d57 (diff) | |
download | aports-4b1b7946bcc70662f29ff2faf3090795884e37b2.tar.bz2 aports-4b1b7946bcc70662f29ff2faf3090795884e37b2.tar.xz |
testing/various: disable on armhf
Missing dependency: extra-cmake-modules
Diffstat (limited to 'testing/akonadi-calendar-tools')
-rw-r--r-- | testing/akonadi-calendar-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/akonadi-calendar-tools/APKBUILD b/testing/akonadi-calendar-tools/APKBUILD index 457ac707c0..98b3888831 100644 --- a/testing/akonadi-calendar-tools/APKBUILD +++ b/testing/akonadi-calendar-tools/APKBUILD @@ -3,7 +3,7 @@ pkgname=akonadi-calendar-tools pkgver=19.12.1 pkgrel=0 -arch="all !ppc64le !s390x" # Limited by akonadi-calendar -> kmailtransport -> libkgapi -> qt5-qtwebengine +arch="all !ppc64le !s390x !armhf" # Limited by akonadi-calendar -> kmailtransport -> libkgapi -> qt5-qtwebengine url="https://kontact.kde.org/" pkgdesc="CLI tools to manage akonadi calendars" license="GPL-2.0-or-later AND GFDL-1.2-only" |