aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-13 21:40:39 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-13 21:40:39 +0000
commit448c868fe09961874ecb3ab70f09bfea116865e5 (patch)
tree0d2180e8278759fc1d6e2c01b7d2bb622e2c9d97 /testing
parent97dd9ec7b5bdcf9691fa51120465e912850e8578 (diff)
downloadaports-448c868fe09961874ecb3ab70f09bfea116865e5.tar.bz2
aports-448c868fe09961874ecb3ab70f09bfea116865e5.tar.xz
testing/freedoom: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/freedoom/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/freedoom/APKBUILD b/testing/freedoom/APKBUILD
index 1febeedc78..4b120072db 100644
--- a/testing/freedoom/APKBUILD
+++ b/testing/freedoom/APKBUILD
@@ -5,7 +5,7 @@ pkgver="0.12.1"
pkgrel=0
pkgdesc="an entirely free software game running on a Doom engine."
url="https://freedoom.github.io"
-arch="noarch !s390x"
+arch="noarch !s390x !mips !mips64"
license="BSD-3-Clause-Clear"
makedepends="python3 py3-pillow make deutex asciidoc asciidoctor"
options="!check"