aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-chess
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-03 17:41:19 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-03 17:41:40 +0000
commitd4d3b143285dfac19774537974354ceb13eb1b11 (patch)
tree2a3ca8ed946c7784f0950635d1c5d3ad99825963 /community/gnome-chess
parente614ba1564defe25152f269cf6efb8ddcdf1b660 (diff)
community: mask librsvg dependencies on mips and mips64
Diffstat (limited to 'community/gnome-chess')
-rw-r--r--community/gnome-chess/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-chess/APKBUILD b/community/gnome-chess/APKBUILD
index 18ab404572a..2ae70f9a72f 100644
--- a/community/gnome-chess/APKBUILD
+++ b/community/gnome-chess/APKBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-chess
pkgver=3.36.0
pkgrel=0
-arch="all !s390x" # Blocked by librsvg -> rust
+arch="all !s390x !mips !mips64" # Blocked by librsvg -> rust
url="https://wiki.gnome.org/Apps/Chess"
pkgdesc="Play the classic two-player boardgame of chess"
license="GPL-3.0-or-later"