1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00

community/ocaml-findlib: disable on riscv64

This commit is contained in:
Bart Ribbers 2021-06-24 21:42:45 +02:00
parent 309d31758e
commit a2f6829b18

View file

@ -6,7 +6,8 @@ pkgver=1.9.1
pkgrel=0
pkgdesc="OCaml package manager"
url="http://projects.camlcity.org/projects/findlib.html"
arch="all !mips64" # limited by ocaml aport
# mips64 and riscv64 blocked by ocaml
arch="all !mips64 !riscv64"
license="MIT"
depends="ocaml ocaml-runtime"
depends_dev="$pkgname=$pkgver-r$pkgrel"