mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +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
|
pkgrel=0
|
||||||
pkgdesc="OCaml package manager"
|
pkgdesc="OCaml package manager"
|
||||||
url="http://projects.camlcity.org/projects/findlib.html"
|
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"
|
license="MIT"
|
||||||
depends="ocaml ocaml-runtime"
|
depends="ocaml ocaml-runtime"
|
||||||
depends_dev="$pkgname=$pkgver-r$pkgrel"
|
depends_dev="$pkgname=$pkgver-r$pkgrel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue