diff options
Diffstat (limited to 'testing/ocaml-merlin-extend/APKBUILD')
-rw-r--r-- | testing/ocaml-merlin-extend/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-merlin-extend/APKBUILD b/testing/ocaml-merlin-extend/APKBUILD index 83e9074eea..7a279a65b2 100644 --- a/testing/ocaml-merlin-extend/APKBUILD +++ b/testing/ocaml-merlin-extend/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.3 pkgrel=2 pkgdesc="SDK to extend Merlin" url="https://github.com/let-def/merlin-extend" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport license="MIT" depends="ocaml-runtime" makedepends="ocaml ocaml-compiler-libs ocaml-cppo ocaml-findlib" |