aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:13:29 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 00:13:29 +0000
commit8d3ee33b51014fdb14ab716da3d39c7bccfb5a16 (patch)
tree1ef9ab8a706c3e7b09aa3f5e01d712079ac1282c
parent111de3e8c2d1a65617ea72f21dffd9c393ead03f (diff)
community/atril: disable on mips
-rw-r--r--community/atril/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/atril/APKBUILD b/community/atril/APKBUILD
index 4303dfabe79..782f2f01eb5 100644
--- a/community/atril/APKBUILD
+++ b/community/atril/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.24.0
pkgrel=1
pkgdesc="A document viewer for MATE"
url="https://github.com/mate-desktop/atril"
-arch="all !s390x" # mate-desktop
+arch="all !s390x !mips !mips64" # mate-desktop
license="GPL-2.0-or-later"
depends="mate-icon-theme"
# make check is broken: https://github.com/mate-desktop/atril/issues/167