aboutsummaryrefslogtreecommitdiffstats
path: root/community/kamera/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/kamera/APKBUILD
parent7cfcf4a6ca551e60ca07492f3f356506db972344 (diff)
community: disable s390x and mips64 where not already disabled due to rust/polkit
Diffstat (limited to 'community/kamera/APKBUILD')
-rw-r--r--community/kamera/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kamera/APKBUILD b/community/kamera/APKBUILD
index 1bba32ca201..796243f23f9 100644
--- a/community/kamera/APKBUILD
+++ b/community/kamera/APKBUILD
@@ -5,7 +5,7 @@ pkgver=20.08.3
pkgrel=0
# armhf blocked by extra-cmake-modules
# s390x blocked by exif
-arch="all !armhf !s390x"
+arch="all !armhf !s390x !mips64"
url="https://kde.org/applications/graphics"
pkgdesc="KDE integration for gphoto2 cameras"
license="GPL-2.0-or-later AND GFDL-1.2-only"