aboutsummaryrefslogtreecommitdiffstats
path: root/community/yarn/APKBUILD
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-03 15:09:59 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-03 15:09:59 +0000
commit4a523f971fa60b612e53910ac996758a8199f005 (patch)
tree334ea48dc4bbd70f798f649d6e778e60fbd4a8bf /community/yarn/APKBUILD
parent386373242414d7f05d312d5ab1555e343e6397b5 (diff)
downloadaports-4a523f971fa60b612e53910ac996758a8199f005.tar.bz2
aports-4a523f971fa60b612e53910ac996758a8199f005.tar.xz
community/yarn: mips64 doesn't have nodejs, so disable
Diffstat (limited to 'community/yarn/APKBUILD')
-rw-r--r--community/yarn/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/yarn/APKBUILD b/community/yarn/APKBUILD
index 7d5821c947..2ea9b59e61 100644
--- a/community/yarn/APKBUILD
+++ b/community/yarn/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.22.4
pkgrel=0
pkgdesc="Fast, reliable, and secure dependency management for Node.js"
url="https://yarnpkg.com/"
-arch="noarch"
+arch="noarch !mips64"
license="BSD-2-Clause"
options="!check" # No test suite
depends="nodejs"