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