aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml-findlib
diff options
context:
space:
mode:
authorTuan Hoang <tmhoang@linux.ibm.com>2019-11-22 18:43:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-25 07:29:21 +0000
commit3228be102f0d913844aa54c37d4186d1a3aafd2a (patch)
tree5adb74f476583aac35b0321c0d3c4af399a441d5 /community/ocaml-findlib
parentda68172df58bbbb6ea94b3f2f569bdf7628a0660 (diff)
downloadaports-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/ocaml-findlib')
-rw-r--r--community/ocaml-findlib/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocaml-findlib/APKBUILD b/community/ocaml-findlib/APKBUILD
index ead9928f50..d233b6f3a7 100644
--- a/community/ocaml-findlib/APKBUILD
+++ b/community/ocaml-findlib/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.8.1
pkgrel=0
pkgdesc="OCaml package manager"
url="http://projects.camlcity.org/projects/findlib.html"
-arch="aarch64 ppc64le x86_64" # reflect ocaml aport platforms
+arch="all !x86 !armhf !armv7" # reflect ocaml aport platforms
license="MIT"
depends="ocaml ocaml-runtime"
depends_dev="$pkgname=$pkgver-r$pkgrel"