aboutsummaryrefslogtreecommitdiffstats
path: root/community/opam
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/opam
parent3228be102f0d913844aa54c37d4186d1a3aafd2a (diff)
downloadaports-551ef01daa31dc21f85c084aaeb40fd51b3163bf.tar.bz2
aports-551ef01daa31dc21f85c084aaeb40fd51b3163bf.tar.xz
community/cloudi,dune,haxe,opam: enable s390x
Diffstat (limited to 'community/opam')
-rw-r--r--community/opam/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/opam/APKBUILD b/community/opam/APKBUILD
index 8555243270..9fc68ba862 100644
--- a/community/opam/APKBUILD
+++ b/community/opam/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.0.5
pkgrel=0
pkgdesc="OCaml Package Manager"
url="https://opam.ocaml.org"
-arch="all !x86 !armhf !armv7 !s390x" # ocaml not avail on excluded platforms
+arch="all !x86 !armhf !armv7" # ocaml not avail on excluded platforms
license="LGPL-2.1"
depends="ocaml curl xz tar unzip rsync patch bubblewrap bash"
makedepends="ocaml-compiler-libs"