diff options
Diffstat (limited to 'testing/ocaml-cppo')
-rw-r--r-- | testing/ocaml-cppo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-cppo/APKBUILD b/testing/ocaml-cppo/APKBUILD index a452fc8d0c..2e55d7d563 100644 --- a/testing/ocaml-cppo/APKBUILD +++ b/testing/ocaml-cppo/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.6.4 pkgrel=5 pkgdesc="C-style preprocessor for OCaml" url="https://github.com/mjambon/cppo" -arch="all !x86 !armhf !s390x" # limited by ocaml +arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml license="BSD-3-Clause" makedepends="dune ocaml ocaml-ocamlbuild-dev ocaml-findlib opam" options="textrels" # needed for ppc64le |