diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 19:29:27 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 19:29:49 +0000 |
commit | 293df7ec41ae14731d471980628b089b3c825a30 (patch) | |
tree | da6b3f0f183c94da16fc5c0442370239a361eb83 /testing/ocaml-camomile | |
parent | 7d2f3b126580e4f6e12e82c2ee2431e9fb2757cf (diff) | |
download | aports-293df7ec41ae14731d471980628b089b3c825a30.tar.bz2 aports-293df7ec41ae14731d471980628b089b3c825a30.tar.xz |
testing: block ocaml packages on mips
Diffstat (limited to 'testing/ocaml-camomile')
-rw-r--r-- | testing/ocaml-camomile/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-camomile/APKBUILD b/testing/ocaml-camomile/APKBUILD index 7c0f7f4b2d..8966949365 100644 --- a/testing/ocaml-camomile/APKBUILD +++ b/testing/ocaml-camomile/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="A Unicode library for OCaml" url="https://github.com/yoriyuki/Camomile" # x86, armhf, s390x: limited by ocaml aport -arch="all !x86 !armhf !armv7 !s390x" +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" license="LGPL-2.0-or-later" depends="$pkgname-data=$pkgver-r$pkgrel ocaml-runtime" makedepends="dune ocaml ocaml-compiler-libs ocaml-cppo ocaml-findlib opam" |