From 2df12aa49260bdbb0511344966b9b090ed376b36 Mon Sep 17 00:00:00 2001 From: "info@mobile-stream.com" Date: Mon, 26 Nov 2018 22:05:42 +0000 Subject: 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. --- community/ocaml/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/ocaml') diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD index b69819c287..ad254c7b6a 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" -- cgit v1.2.3