aboutsummaryrefslogtreecommitdiffstats
path: root/community/kdenlive/APKBUILD
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-12-14 00:12:12 -0700
committerAriadne Conill <ariadne@dereferenced.org>2020-12-14 00:12:48 -0700
commit61397d47887620479e659cc54138cdac3f956edc (patch)
tree80ac270e8db6d04e0545af32e7c3af47c4f5feb2 /community/kdenlive/APKBUILD
parent7cfcf4a6ca551e60ca07492f3f356506db972344 (diff)
community: disable s390x and mips64 where not already disabled due to rust/polkit
Diffstat (limited to 'community/kdenlive/APKBUILD')
-rw-r--r--community/kdenlive/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kdenlive/APKBUILD b/community/kdenlive/APKBUILD
index 13dbc671414..5d59d559efc 100644
--- a/community/kdenlive/APKBUILD
+++ b/community/kdenlive/APKBUILD
@@ -5,7 +5,7 @@ pkgver=20.08.3
pkgrel=0
# s390x kdeclarative-dev knewstuff-dev knotifyconfig-dev kxmlgui-dev purpose-dev
# ppc64le mlt uses 64bit long double while libgcc uses 128bit long double
-arch="all !armhf !s390x !ppc64le"
+arch="all !armhf !s390x !ppc64le !mips64"
url="https://kdenlive.org"
pkgdesc="An intuitive and powerful multi-track video editor, including most recent video technologies"
license="GPL-2.0-or-later"