diff --git a/community/kde-dev-utils/APKBUILD b/community/kde-dev-utils/APKBUILD index 1a2d3989bdc..42568fc1537 100644 --- a/community/kde-dev-utils/APKBUILD +++ b/community/kde-dev-utils/APKBUILD @@ -4,8 +4,8 @@ pkgname=kde-dev-utils pkgver=20.08.3 pkgrel=0 # armhf blocked by extra-cmake-modules -# s390x blocked by kde-dev-utils -arch="all !armhf !s390x" +# s390x, mips64 blocked by kparts-dev +arch="all !armhf !s390x !mips64" url="https://kde.org/applications/development/" pkgdesc="Small utilities for developers using KDE/Qt libs/frameworks" license="(LGPL-2.0-only OR LGPL-3.0-only) AND GPL-2.0-or-later"