aboutsummaryrefslogtreecommitdiffstats
path: root/community/dune
diff options
context:
space:
mode:
authorTuan Hoang <tmhoang@linux.ibm.com>2019-11-22 19:10:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-25 07:29:21 +0000
commit551ef01daa31dc21f85c084aaeb40fd51b3163bf (patch)
tree34571e8ccb2c0d04d4d59538b2c5cc9e13415e37 /community/dune
parent3228be102f0d913844aa54c37d4186d1a3aafd2a (diff)
downloadaports-551ef01daa31dc21f85c084aaeb40fd51b3163bf.tar.bz2
aports-551ef01daa31dc21f85c084aaeb40fd51b3163bf.tar.xz
community/cloudi,dune,haxe,opam: enable s390x
Diffstat (limited to 'community/dune')
-rw-r--r--community/dune/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dune/APKBUILD b/community/dune/APKBUILD
index 16e73b5f9a..489a0217ed 100644
--- a/community/dune/APKBUILD
+++ b/community/dune/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.10.0
pkgrel=0
pkgdesc="A composable build system for OCaml (formerly Jbuilder)"
url="https://github.com/ocaml/dune"
-arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml abuild
+arch="all !x86 !armhf !armv7" # limited by ocaml abuild
license="Apache-2.0"
checkdepends="bash"
makedepends="ocaml ocaml-compiler-libs ocaml-findlib-dev"