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/libkgapi | |
| 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/libkgapi')
| -rw-r--r-- | testing/libkgapi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libkgapi/APKBUILD b/testing/libkgapi/APKBUILD index e0fc7fd8ac..45a07c598e 100644 --- a/testing/libkgapi/APKBUILD +++ b/testing/libkgapi/APKBUILD @@ -4,7 +4,7 @@ pkgname=libkgapi pkgver=19.12.1 pkgrel=0 pkgdesc="LibKGAPI is a KDE-based library for accessing various Google services via their public API" -arch="all !ppc64le !s390x" # limited by qt5-qtwebengine +arch="all !ppc64le !s390x !armhf" # limited by qt5-qtwebengine url="https://community.kde.org/KDE_PIM" license="LGPL-2.1-only OR LGPL-3.0-only" depends_dev="qt5-qtbase-dev qt5-qtwebengine-dev kio-dev kwindowsystem-dev kwallet-dev kcalendarcore-dev kcontacts-dev cyrus-sasl-dev" |
