diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 20:00:48 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 20:01:01 +0000 |
commit | 9f205f6200f2bcc5ff7fd2953e509c0fccd3d77c (patch) | |
tree | 538298d58899b9568c571222cad833429e389778 | |
parent | fd1e066066a9750693df6061f8b2ff0db43787ff (diff) | |
download | aports-9f205f6200f2bcc5ff7fd2953e509c0fccd3d77c.tar.bz2 aports-9f205f6200f2bcc5ff7fd2953e509c0fccd3d77c.tar.xz |
testing/libkgapi: disable on mips
-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 b17eb4005d..bfa94de613 100644 --- a/testing/libkgapi/APKBUILD +++ b/testing/libkgapi/APKBUILD @@ -4,7 +4,7 @@ pkgname=libkgapi pkgver=19.12.3 pkgrel=0 pkgdesc="LibKGAPI is a KDE-based library for accessing various Google services via their public API" -arch="all !ppc64le !s390x !armhf" # limited by qt5-qtwebengine +arch="all !ppc64le !s390x !armhf !mips !mips64" # 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" |