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:
parent
309d31758e
commit
a2f6829b18
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue