diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-10-18 05:28:31 -0600 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-10-18 05:29:43 -0600 |
commit | 5096451ea1b76ed4c239e68b967164e1b03a0e2b (patch) | |
tree | 978ab6a58fccc0db7ad90f87df0229d07cd20f5b /community/knewstuff/APKBUILD | |
parent | 11f87b10431e708983f9404d89825c04b0edaa2e (diff) | |
download | aports-5096451ea1b76ed4c239e68b967164e1b03a0e2b.tar.gz aports-5096451ea1b76ed4c239e68b967164e1b03a0e2b.tar.bz2 aports-5096451ea1b76ed4c239e68b967164e1b03a0e2b.tar.xz |
community: disable most kde stuff on mips64
Diffstat (limited to 'community/knewstuff/APKBUILD')
-rw-r--r-- | community/knewstuff/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/knewstuff/APKBUILD b/community/knewstuff/APKBUILD index 3939f4a188..54b670a878 100644 --- a/community/knewstuff/APKBUILD +++ b/community/knewstuff/APKBUILD @@ -4,7 +4,7 @@ pkgname=knewstuff pkgver=5.75.0 pkgrel=0 pkgdesc="Framework for downloading and sharing additional application data" -arch="all !armhf !s390x" # armhf blocked by qt5-qtdeclarative and s390x blocked by polkit +arch="all !armhf !mips64 !s390x" # armhf blocked by qt5-qtdeclarative and mips64, s390x blocked by polkit url="https://community.kde.org/Frameworks" license="LGPL-2.1-or-later" depends="kirigami2" |