From e921371f3136b607d6e4da9a3e5fa49b14cd6c71 Mon Sep 17 00:00:00 2001
From: Jakub Jirutka <jakub@jirutka.cz>
Date: Wed, 7 Mar 2018 01:54:43 +0100
Subject: [PATCH] testing/ocaml-lambda-term: don't build on arches w/o ocaml
 and cppo

---
 testing/ocaml-lambda-term/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/ocaml-lambda-term/APKBUILD b/testing/ocaml-lambda-term/APKBUILD
index e23527c1e54e..24c123e31f7d 100644
--- a/testing/ocaml-lambda-term/APKBUILD
+++ b/testing/ocaml-lambda-term/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.12.0
 pkgrel=0
 pkgdesc="Terminal manipulation library for OCaml"
 url="https://github.com/diml/lambda-term"
-arch="all"
+arch="all !x86 !armhf !s390x !ppc64le"  # limited by ocaml and ocaml-cppo aports
 license="BSD-3-Clause"
 depends="ocaml-camomile ocaml-lwt ocaml-lwt-react ocaml-zed"
 makedepends="
-- 
GitLab