diff options
Diffstat (limited to 'testing/lablgtk/APKBUILD')
-rw-r--r-- | testing/lablgtk/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/lablgtk/APKBUILD b/testing/lablgtk/APKBUILD index 4da685341e..a7584cb402 100644 --- a/testing/lablgtk/APKBUILD +++ b/testing/lablgtk/APKBUILD @@ -5,7 +5,8 @@ pkgver=2.18.5 pkgrel=1 pkgdesc="LablGtk - an OCaml interface to GTK+ 2.x" url="http://lablgtk.forge.ocamlcore.org/" -arch="all !x86 !armhf" # limited by ocaml abuild +# ocaml is not built for x86, armhf +arch="all !x86 !armhf !aarch64" license="GPL" depends_dev="lablgtk" depends="ocaml-findlib camlp4 ocaml gtk+-dev gtkspell-dev librsvg-dev |