Skip to content
Snippets Groups Projects
Commit e4c5ed7c authored by Andy Postnikov's avatar Andy Postnikov
Browse files

community/ocaml-camlp4: disable on riscv64

parent 59ad1c48
No related merge requests found
......@@ -11,7 +11,8 @@ _ocamlver=${pkgver%.*}
pkgrel=0
pkgdesc="Caml preprocessor and pretty-printer"
url="https://github.com/ocaml/camlp4/releases"
arch="all !mips64" # blocked by ocaml
# mips64 and riscv64 blocked by ocaml
arch="all !mips64 !riscv64"
license="LGPL-2.0-or-later-WITH-linking-exception"
depends="ocaml-runtime=~$_ocamlver ocaml-ocamlbuild"
depends_dev="$pkgname=$pkgver-r$pkgrel"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment