aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 20:00:48 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 20:01:01 +0000
commit9f205f6200f2bcc5ff7fd2953e509c0fccd3d77c (patch)
tree538298d58899b9568c571222cad833429e389778 /testing
parentfd1e066066a9750693df6061f8b2ff0db43787ff (diff)
downloadaports-9f205f6200f2bcc5ff7fd2953e509c0fccd3d77c.tar.bz2
aports-9f205f6200f2bcc5ff7fd2953e509c0fccd3d77c.tar.xz
testing/libkgapi: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/libkgapi/APKBUILD2
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"