diff options
Diffstat (limited to 'testing/merlin/APKBUILD')
-rw-r--r-- | testing/merlin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/merlin/APKBUILD b/testing/merlin/APKBUILD index 93a63497b7..88f14948cd 100644 --- a/testing/merlin/APKBUILD +++ b/testing/merlin/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.0.5 pkgrel=0 pkgdesc="Context sensitive completion for OCaml" url="https://ocaml.github.io/merlin/" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport license="MIT" depends="ocaml ocaml-findlib" makedepends=" |