aboutsummaryrefslogtreecommitdiffstats
path: root/community/opam
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/opam
parent84e8084f14ce6329746b2c51e74e644e9d589180 (diff)
downloadaports-e79429933bb59ecd56072b8eaf757ab8d6697f0f.tar.bz2
aports-e79429933bb59ecd56072b8eaf757ab8d6697f0f.tar.xz
community: block packages that depend on ocaml for mips
Diffstat (limited to 'community/opam')
-rw-r--r--community/opam/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/opam/APKBUILD b/community/opam/APKBUILD
index fd04e8252a..96462b8a3a 100644
--- a/community/opam/APKBUILD
+++ b/community/opam/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.0.5
pkgrel=1
pkgdesc="OCaml Package Manager"
url="https://opam.ocaml.org"
-arch="all !x86 !armhf !armv7" # ocaml not avail on excluded platforms
+arch="all !x86 !armhf !armv7 !mips !mips64" # ocaml not avail on excluded platforms
license="LGPL-2.1"
depends="ocaml curl tar unzip rsync patch bubblewrap bash"
makedepends="ocaml-compiler-libs"