aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-nodeenv/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-nodeenv/APKBUILD')
-rw-r--r--community/py3-nodeenv/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-nodeenv/APKBUILD b/community/py3-nodeenv/APKBUILD
index 7d8e320251b..14633885509 100644
--- a/community/py3-nodeenv/APKBUILD
+++ b/community/py3-nodeenv/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.6.0
pkgrel=2
pkgdesc="Node.js virtual environment builder"
url="https://ekalinin.github.io/nodeenv/"
-arch="all !mips64" # no nodejs
+arch="all" # no nodejs
license="BSD-3-Clause"
depends="bash python3"
makedepends="python3-dev py3-setuptools"