diff options
Diffstat (limited to 'community/ocaml-camlp4')
-rw-r--r-- | community/ocaml-camlp4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocaml-camlp4/APKBUILD b/community/ocaml-camlp4/APKBUILD index 4b15c0ceae..618b0e8810 100644 --- a/community/ocaml-camlp4/APKBUILD +++ b/community/ocaml-camlp4/APKBUILD @@ -10,7 +10,7 @@ _ocamlver=${pkgver%.*} pkgrel=0 pkgdesc="Caml preprocessor and pretty-printer" url="https://github.com/ocaml/camlp4/releases" -arch="aarch64 ppc64le x86_64" # reflect ocaml aport platforms +arch="all !x86 !armhf !armv7" # reflect ocaml aport platforms license="LGPL-2.0-or-later-WITH-linking-exception" depends="ocaml-runtime=~$_ocamlver ocaml-ocamlbuild" depends_dev="$pkgname=$pkgver-r$pkgrel" |