aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 19:12:41 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 19:12:41 +0000
commit84e8084f14ce6329746b2c51e74e644e9d589180 (patch)
treea53ab644b7f25912900ffef3f8ba19554445482c /community/ocaml
parentaeea4c64456c49192d29beb814a0c786c3413067 (diff)
downloadaports-84e8084f14ce6329746b2c51e74e644e9d589180.tar.bz2
aports-84e8084f14ce6329746b2c51e74e644e9d589180.tar.xz
community/ocaml: block on mips, no asmrun code
Diffstat (limited to 'community/ocaml')
-rw-r--r--community/ocaml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD
index c0c79807c2..5f08ebc5d2 100644
--- a/community/ocaml/APKBUILD
+++ b/community/ocaml/APKBUILD
@@ -6,7 +6,7 @@ pkgver=4.08.1
pkgrel=2
pkgdesc="Main implementation of the Caml programming language"
url="http://ocaml.org/"
-arch="all !x86 !armhf !armv7"
+arch="all !x86 !armhf !armv7 !mips !mips64"
license="LGPL-2.1-or-later-WITH-linking-exception"
depends="$pkgname-runtime=$pkgver-r$pkgrel gcc"
makedepends="gdbm-dev libc-dev ncurses-dev zlib-dev binutils-dev"