From fef72ba07ec9b41d94438f4a940fbb4e620a2587 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 13 Dec 2020 01:24:02 -0300 Subject: [PATCH] community/kipi-plugins: disable on mips64 --- community/kipi-plugins/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/kipi-plugins/APKBUILD b/community/kipi-plugins/APKBUILD index 27b159e1b44..4c0bd3ff5ea 100644 --- a/community/kipi-plugins/APKBUILD +++ b/community/kipi-plugins/APKBUILD @@ -4,7 +4,7 @@ pkgname=kipi-plugins pkgver=20.08.3 pkgrel=0 pkgdesc="A collection of plugins extending the KDE graphics and image applications" -arch="all !armhf !s390x" # armhf blocked by extra-cmake-modules +arch="all !armhf !s390x !mips64" # armhf blocked by extra-cmake-modules url="https://userbase.kde.org/KIPI" license="GPL-2.0-or-later AND GFDL-1.2-only" makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtxmlpatterns-dev qt5-qtsvg-dev kconfig-dev kwindowsystem-dev kxmlgui-dev ki18n-dev karchive-dev kio-dev libkipi-dev"