aboutsummaryrefslogtreecommitdiffstats
path: root/community/dune
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 19:16:18 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 19:16:18 +0000
commite79429933bb59ecd56072b8eaf757ab8d6697f0f (patch)
tree310b240cdd10b197e3c60134a7b5e04e44b9a4dd /community/dune
parent84e8084f14ce6329746b2c51e74e644e9d589180 (diff)
downloadaports-e79429933bb59ecd56072b8eaf757ab8d6697f0f.tar.bz2
aports-e79429933bb59ecd56072b8eaf757ab8d6697f0f.tar.xz
community: block packages that depend on ocaml for mips
Diffstat (limited to 'community/dune')
-rw-r--r--community/dune/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dune/APKBUILD b/community/dune/APKBUILD
index 489a0217ed..e8f0a5e43d 100644
--- a/community/dune/APKBUILD
+++ b/community/dune/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.10.0
pkgrel=0
pkgdesc="A composable build system for OCaml (formerly Jbuilder)"
url="https://github.com/ocaml/dune"
-arch="all !x86 !armhf !armv7" # limited by ocaml abuild
+arch="all !x86 !armhf !armv7 !mips !mips64" # limited by ocaml abuild
license="Apache-2.0"
checkdepends="bash"
makedepends="ocaml ocaml-compiler-libs ocaml-findlib-dev"