From 293df7ec41ae14731d471980628b089b3c825a30 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 7 Apr 2020 19:29:27 +0000 Subject: testing: block ocaml packages on mips --- testing/ocaml-ptmap/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/ocaml-ptmap') diff --git a/testing/ocaml-ptmap/APKBUILD b/testing/ocaml-ptmap/APKBUILD index f131965da5..688224e510 100644 --- a/testing/ocaml-ptmap/APKBUILD +++ b/testing/ocaml-ptmap/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.0.4 pkgrel=0 pkgdesc="Maps over integers implemented as Patricia trees" url="https://github.com/backtracking/ptmap" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="LGPL-2.1-or-later WITH OCaml-linking-exception" depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" -- cgit v1.2.3