From 33ebcfcbd99f0a68a61b08d682c3dab8a452bb16 Mon Sep 17 00:00:00 2001
From: Jakub Jirutka <jakub@jirutka.cz>
Date: Fri, 16 Mar 2018 14:54:02 +0100
Subject: [PATCH] testing/ocaml-lambda-term: enable on ppc64le

It was failing due to ocaml-lwt, this has been fixed in
561ee68a37add471ba206c25a29197498802cbed.
---
 testing/ocaml-lambda-term/APKBUILD | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testing/ocaml-lambda-term/APKBUILD b/testing/ocaml-lambda-term/APKBUILD
index 01554ee9b46a..498fb513c66d 100644
--- a/testing/ocaml-lambda-term/APKBUILD
+++ b/testing/ocaml-lambda-term/APKBUILD
@@ -7,8 +7,7 @@ pkgrel=2
 pkgdesc="Terminal manipulation library for OCaml"
 url="https://github.com/diml/lambda-term"
 # x86, armhf, s390x: limited by ocaml aport
-# ppc64le: fails to build
-arch="all !x86 !armhf !s390x !ppc64le"
+arch="all !x86 !armhf !s390x"
 license="BSD-3-Clause"
 depends="ocaml-camomile ocaml-lwt ocaml-lwt-react ocaml-zed"
 makedepends="
-- 
GitLab