diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-16 15:57:36 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-16 15:57:36 +0100 |
commit | fc3c5a5e73d5082dc3c90c5871c51c98e569a029 (patch) | |
tree | aac0eeeb8eb8872a60494e8b70d258472ae8da10 /testing/reason | |
parent | 2d4e5d1bbe73851475c8e6837f0b8bc31e414b5f (diff) | |
download | aports-fc3c5a5e73d5082dc3c90c5871c51c98e569a029.tar.bz2 aports-fc3c5a5e73d5082dc3c90c5871c51c98e569a029.tar.xz |
testing/reason: enable on ppc64le
Diffstat (limited to 'testing/reason')
-rw-r--r-- | testing/reason/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/reason/APKBUILD b/testing/reason/APKBUILD index e0e37874d6..56575bf3a2 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 |