aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml-findlib/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ocaml-findlib/APKBUILD')
-rw-r--r--community/ocaml-findlib/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ocaml-findlib/APKBUILD b/community/ocaml-findlib/APKBUILD
index 3a70fd91995..1b5fb25ab80 100644
--- a/community/ocaml-findlib/APKBUILD
+++ b/community/ocaml-findlib/APKBUILD
@@ -6,8 +6,8 @@ pkgver=1.9.1
pkgrel=2
pkgdesc="OCaml package manager"
url="http://projects.camlcity.org/projects/findlib.html"
-# mips64 and riscv64 blocked by ocaml
-arch="all !mips64 !riscv64"
+# riscv64 blocked by ocaml
+arch="all !riscv64"
license="MIT"
depends="ocaml ocaml-runtime"
depends_dev="$pkgname=$pkgver-r$pkgrel"