community/kde-dev-utils: disable on mips64

This commit is contained in:
TBK 2020-12-14 03:16:00 +01:00
parent 2dc1e0c761
commit 4fd90c4ecc

View File

@ -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"