aboutsummaryrefslogtreecommitdiffstats
path: root/community/cloudi/APKBUILD
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/cloudi/APKBUILD
parent3228be102f0d913844aa54c37d4186d1a3aafd2a (diff)
downloadaports-551ef01daa31dc21f85c084aaeb40fd51b3163bf.tar.bz2
aports-551ef01daa31dc21f85c084aaeb40fd51b3163bf.tar.xz
community/cloudi,dune,haxe,opam: enable s390x
Diffstat (limited to 'community/cloudi/APKBUILD')
-rw-r--r--community/cloudi/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cloudi/APKBUILD b/community/cloudi/APKBUILD
index 1c8c66b1d3..ddb580e964 100644
--- a/community/cloudi/APKBUILD
+++ b/community/cloudi/APKBUILD
@@ -83,7 +83,7 @@ builddir="$srcdir/cloudi-$pkgver"
CONFIGURE_ARGS=""
# Enable OCaml on the appropriate architectures
case "$CTARGET_ARCH" in
-x86 | armhf | armv7 | s390x)
+x86 | armhf | armv7)
;;
*)
makedepends="$makedepends ocaml"