Skip to content
Snippets Groups Projects
Commit 83fe0b9a authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/megapixels: disable on mips64

parent 1962476f
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ pkgver=1.0.1
pkgrel=0
pkgdesc="GTK+4 camera app for mobile devices"
url="https://git.sr.ht/~martijnbraam/megapixels"
arch="all !s390x" # No GTK4 on s390x
# s390x and mips64 blocked by gtk4.0
arch="all !s390x !mips64"
license="GPL-3.0-only"
# Required by postprocess.sh
# depends="cmd:dcraw_emu cmd:convert cmd:exiftool"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment