diff options
Diffstat (limited to 'testing/ocaml-ppx_deriving/APKBUILD')
-rw-r--r-- | testing/ocaml-ppx_deriving/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-ppx_deriving/APKBUILD b/testing/ocaml-ppx_deriving/APKBUILD index cf3860ac10..ee6056fd4b 100644 --- a/testing/ocaml-ppx_deriving/APKBUILD +++ b/testing/ocaml-ppx_deriving/APKBUILD @@ -6,7 +6,7 @@ pkgver=4.2.1 pkgrel=2 pkgdesc="Type-driven code generation for OCaml" url="https://github.com/ocaml-ppx/ppx_deriving" -arch="all !x86 !armhf !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport license="MIT" depends=" ocaml-migrate-parsetree |