diff options
author | Newbyte <newbie13xd@gmail.com> | 2020-11-24 12:53:48 +0100 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-11-24 20:10:39 +0000 |
commit | fff6d16b4dfcae0f75548b3ca931494d53ce399f (patch) | |
tree | b1720f4b4db8a77fb1936c26d33ac91b2d559b6f | |
parent | 1df9f4b6f391134df0b99f494910aae5cf10d088 (diff) | |
download | aports-fff6d16b4dfcae0f75548b3ca931494d53ce399f.tar.gz aports-fff6d16b4dfcae0f75548b3ca931494d53ce399f.tar.bz2 aports-fff6d16b4dfcae0f75548b3ca931494d53ce399f.tar.xz |
community/mauikit: disable on mips64
-rw-r--r-- | community/mauikit/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mauikit/APKBUILD b/community/mauikit/APKBUILD index 59eb4dc1a8..ddf0e9613b 100644 --- a/community/mauikit/APKBUILD +++ b/community/mauikit/APKBUILD @@ -4,8 +4,8 @@ pkgver=1.2.0 pkgrel=0 pkgdesc="Kit for developing MAUI Apps" # armhf blocked by qt5-qtdeclarative -# s390x blocked by plasma-framework -arch="all !armhf !s390x" +# mips64, s390x blocked by plasma-framework +arch="all !armhf !mips64 !s390x" url="https://invent.kde.org/kde/mauikit" license="GPL-2.0-or-later" depends="kirigami2" |