From 6401a04b1a4a89a0b2266739bc3d30b72ad7d718 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 9 Jul 2018 18:49:15 +0200 Subject: testing/flow: enable on ppc64le The error should be gone thanks to 3a086f9662b755661655152af42c291b357a3e1b. --- testing/flow/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testing') diff --git a/testing/flow/APKBUILD b/testing/flow/APKBUILD index d19f156da3..1d33025dfc 100644 --- a/testing/flow/APKBUILD +++ b/testing/flow/APKBUILD @@ -2,12 +2,11 @@ # Maintainer: Jakub Jirutka pkgname=flow pkgver=0.76.0 -pkgrel=0 +pkgrel=1 pkgdesc="A static typechecker for JavaScript" url="https://flow.org" # x86, armhf, s390x: limited by ocaml aport -# ppc64le: fails to build -arch="all !x86 !armhf !s390x !ppc64le" +arch="all !x86 !armhf !s390x" license="MIT" checkdepends="bash diffutils nodejs yarn" makedepends=" -- cgit v1.2.3