aboutsummaryrefslogtreecommitdiffstats
path: root/testing/utop/APKBUILD
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 19:29:27 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 19:29:49 +0000
commit293df7ec41ae14731d471980628b089b3c825a30 (patch)
treeda6b3f0f183c94da16fc5c0442370239a361eb83 /testing/utop/APKBUILD
parent7d2f3b126580e4f6e12e82c2ee2431e9fb2757cf (diff)
testing: block ocaml packages on mips
Diffstat (limited to 'testing/utop/APKBUILD')
-rw-r--r--testing/utop/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/utop/APKBUILD b/testing/utop/APKBUILD
index 2ef228d69e2..ec565915ef0 100644
--- a/testing/utop/APKBUILD
+++ b/testing/utop/APKBUILD
@@ -5,8 +5,8 @@ pkgver=2.1.0
pkgrel=2
pkgdesc="Universal toplevel for OCaml"
url="https://github.com/diml/utop"
-# x86, armhf, s390x: limited by ocaml aport
-arch="all !x86 !armhf !armv7 !s390x"
+# x86, armhf, s390x, mips, mips64: limited by ocaml aport
+arch="all !x86 !armhf !armv7 !s390x !mips !mips64"
license="BSD-3-Clause"
depends="
ocaml-$pkgname=$pkgver-r$pkgrel