diff options
-rw-r--r-- | user/node/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/node/APKBUILD b/user/node/APKBUILD index c95f67c53..993637c66 100644 --- a/user/node/APKBUILD +++ b/user/node/APKBUILD @@ -5,7 +5,7 @@ pkgver=18.12.1 pkgrel=0 pkgdesc="JavaScript runtime" url="https://nodejs.org/" -arch="all" +arch="all !ppc" # #837 options="net" # Required in check() license="MIT AND ICU AND BSD-3-Clause AND BSD-2-Clause AND ISC AND Public-Domain AND Zlib AND Artistic-2.0 AND Apache-2.0 AND CC0-1.0" depends="" |