diff options
author | Tuan Hoang <tmhoang@linux.ibm.com> | 2019-11-22 18:43:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-25 07:29:21 +0000 |
commit | 3228be102f0d913844aa54c37d4186d1a3aafd2a (patch) | |
tree | 5adb74f476583aac35b0321c0d3c4af399a441d5 /community/ocamlbuild | |
parent | da68172df58bbbb6ea94b3f2f569bdf7628a0660 (diff) | |
download | aports-3228be102f0d913844aa54c37d4186d1a3aafd2a.tar.bz2 aports-3228be102f0d913844aa54c37d4186d1a3aafd2a.tar.xz |
community/ocaml*: enable on s390x
community/ocaml-lablgtk,unison still missing due to librsvg/rust.
Diffstat (limited to 'community/ocamlbuild')
-rw-r--r-- | community/ocamlbuild/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD index 975412dec9..03da153d8c 100644 --- a/community/ocamlbuild/APKBUILD +++ b/community/ocamlbuild/APKBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="Generic build tool with built-in rules for building OCaml library and programs" options="!check" url="https://github.com/ocaml/ocamlbuild" -arch="aarch64 ppc64le x86_64" # limited by ocaml aport +arch="all !x86 !armhf !armv7" # limited by ocaml aport license="LGPL-2.0-or-later-WITH-linking-exception" checkdepends="ocaml-compiler-libs ocaml-findlib" depends="ocaml-$pkgname=$pkgver-r$pkgrel cmd:tput" |