From fc3c5a5e73d5082dc3c90c5871c51c98e569a029 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 16 Mar 2018 15:57:36 +0100 Subject: [PATCH] testing/reason: enable on ppc64le --- testing/reason/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/reason/APKBUILD b/testing/reason/APKBUILD index e0e37874d63..56575bf3a2a 100644 --- a/testing/reason/APKBUILD +++ b/testing/reason/APKBUILD @@ -6,8 +6,7 @@ pkgrel=1 pkgdesc="Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems" url="http://reasonml.github.io/" # x86, armhf, s390x: limited by ocaml aport -# ppc64le: limited by ocaml-utop aport -arch="all !x86 !armhf !s390x !ppc64le" +arch="all !x86 !armhf !s390x" license="MIT" checkdepends="nodejs utop-full" _menhirver=20171013