aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-csv
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 19:29:27 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 19:29:49 +0000
commit293df7ec41ae14731d471980628b089b3c825a30 (patch)
treeda6b3f0f183c94da16fc5c0442370239a361eb83 /testing/ocaml-csv
parent7d2f3b126580e4f6e12e82c2ee2431e9fb2757cf (diff)
downloadaports-293df7ec41ae14731d471980628b089b3c825a30.tar.bz2
aports-293df7ec41ae14731d471980628b089b3c825a30.tar.xz
testing: block ocaml packages on mips
Diffstat (limited to 'testing/ocaml-csv')
-rw-r--r--testing/ocaml-csv/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-csv/APKBUILD b/testing/ocaml-csv/APKBUILD
index 5c25a66d8f..11c0c063e9 100644
--- a/testing/ocaml-csv/APKBUILD
+++ b/testing/ocaml-csv/APKBUILD
@@ -7,7 +7,7 @@ pkgver=2.2
pkgrel=0
pkgdesc="OCaml library for reading and writing CSV files"
url="https://github.com/Chris00/ocaml-csv"
-arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml abuild
+arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml abuild
license="LGPL-2.1-or-later"
depends="ocaml-runtime"
depends_dev="$pkgname=$pkgver-r$pkgrel"