aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorinfo@mobile-stream.com <info@mobile-stream.com>2018-11-26 22:05:42 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-11-29 10:08:58 +0000
commit2df12aa49260bdbb0511344966b9b090ed376b36 (patch)
treec7133f6aba6d01608b55aaf47b65cd4817b15681 /community
parent3166e03791c6b7ff9eb319eec6bf367e63b30715 (diff)
community/ocaml: disable build on mips*
List supported architectures explicitly since OCaml compiler supports amd64 (x86_64), arm (armel, armhf, armv7), arm64 (aarch64), i386 (x86), power (ppc64le) and s390x only. Keep arm*, x86, s390x out of the list, just as before.
Diffstat (limited to 'community')
-rw-r--r--community/ocaml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD
index b69819c2871..ad254c7b6a9 100644
--- a/community/ocaml/APKBUILD
+++ b/community/ocaml/APKBUILD
@@ -6,7 +6,7 @@ pkgver=4.06.1
pkgrel=2
pkgdesc="Main implementation of the Caml programming language"
url="http://ocaml.org/"
-arch="all !x86 !armhf !armv7 !s390x"
+arch="aarch64 ppc64le x86_64"
license="LGPL-2.1-or-later-WITH-linking-exception"
depends="$pkgname-runtime=$pkgver-r$pkgrel gcc"
makedepends="gdbm-dev libc-dev ncurses-dev zlib-dev"