aboutsummaryrefslogtreecommitdiffstats
path: root/community/binaryen
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 01:52:16 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 01:52:16 +0000
commitddf1d5b05c4c196a69d7c5c8fc6946413395c67c (patch)
tree6c6a6d7bd417f52d335108638430b66ab5e87c2e /community/binaryen
parent1fae01a0df979db4b30aace8ca22d115da86e8a1 (diff)
downloadaports-ddf1d5b05c4c196a69d7c5c8fc6946413395c67c.tar.bz2
aports-ddf1d5b05c4c196a69d7c5c8fc6946413395c67c.tar.xz
community/binaryen: disable on mips, no nodejs
Diffstat (limited to 'community/binaryen')
-rw-r--r--community/binaryen/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/binaryen/APKBUILD b/community/binaryen/APKBUILD
index 66ac800a5f..8fd9abb6e3 100644
--- a/community/binaryen/APKBUILD
+++ b/community/binaryen/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
options="!check" # Tests require python2
url="https://github.com/WebAssembly/binaryen"
-arch="all !s390x"
+arch="all !s390x !mips !mips64"
license="Apache-2.0"
makedepends="cmake"
checkdepends="nodejs" # python2"