aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml-findlib
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/ocaml-findlib
parent84e8084f14ce6329746b2c51e74e644e9d589180 (diff)
downloadaports-e79429933bb59ecd56072b8eaf757ab8d6697f0f.tar.bz2
aports-e79429933bb59ecd56072b8eaf757ab8d6697f0f.tar.xz
community: block packages that depend on ocaml for mips
Diffstat (limited to 'community/ocaml-findlib')
-rw-r--r--community/ocaml-findlib/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocaml-findlib/APKBUILD b/community/ocaml-findlib/APKBUILD
index d233b6f3a7..0099569216 100644
--- a/community/ocaml-findlib/APKBUILD
+++ b/community/ocaml-findlib/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.8.1
pkgrel=0
pkgdesc="OCaml package manager"
url="http://projects.camlcity.org/projects/findlib.html"
-arch="all !x86 !armhf !armv7" # reflect ocaml aport platforms
+arch="all !x86 !armhf !armv7 !mips !mips64" # reflect ocaml aport platforms
license="MIT"
depends="ocaml ocaml-runtime"
depends_dev="$pkgname=$pkgver-r$pkgrel"