diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-16 16:22:13 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-16 16:22:13 +0100 |
commit | c82603dc235c9585ab7e4090e2044526677643d5 (patch) | |
tree | c8ff3f5f9cd6e4fb5f1a1dcdda5224ef433c16ae /community/ocaml-lablgtk | |
parent | fc3c5a5e73d5082dc3c90c5871c51c98e569a029 (diff) | |
download | aports-c82603dc235c9585ab7e4090e2044526677643d5.tar.bz2 aports-c82603dc235c9585ab7e4090e2044526677643d5.tar.xz |
community/ocaml-lablgtk: enable on aarch64
Diffstat (limited to 'community/ocaml-lablgtk')
-rw-r--r-- | community/ocaml-lablgtk/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/ocaml-lablgtk/APKBUILD b/community/ocaml-lablgtk/APKBUILD index 7884dc91fb..c11830fa04 100644 --- a/community/ocaml-lablgtk/APKBUILD +++ b/community/ocaml-lablgtk/APKBUILD @@ -6,8 +6,7 @@ pkgver=2.18.6 pkgrel=0 pkgdesc="An OCaml interface to GTK+ 2.x" url="http://lablgtk.forge.ocamlcore.org/" -# ocaml is not built for x86, armhf -arch="x86_64 ppc64le" +arch="all !x86 !armhf !s390x" # limited by ocaml aport license="LGPL-2.1-only-WITH-linking-exception" depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel |