Summary: | net-libs/nodejs keyword request | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | SpanKY <vapier> |
Component: | Current packages | Assignee: | Johan Bergström <bugs> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | joakim.tjernlund, leho, patrick, proxy-maint |
Priority: | Normal | Keywords: | KEYWORDREQ |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
SpanKY
![]() *** Bug 576940 has been marked as a duplicate of this bug. *** diff --git a/net-libs/nodejs/nodejs-5.9.1.ebuild b/net-libs/nodejs/nodejs-5.9.1.ebuild index deb2fc3..8c176d8 100644 --- a/net-libs/nodejs/nodejs-5.9.1.ebuild +++ b/net-libs/nodejs/nodejs-5.9.1.ebuild @@ -94,12 +94,12 @@ src_configure() { use debug && myconf+=( --debug ) case ${ABI} in - x86) myarch="ia32";; amd64) myarch="x64";; - x32) myarch="x32";; arm) myarch="arm";; arm64) myarch="arm64";; - *) die "Unrecognized ARCH ${ARCH}";; + x32) myarch="x32";; + x86) myarch="ia32";; + *) myarch="${ARCH}";; esac GYP_DEFINES="linux_use_gold_flags=0 configure: error: option --dest-cpu: invalid choice: 'hppa' (choose from 'arm', 'arm64', 'ia32', 'mips', 'mipsel', 'ppc', 'ppc64', 'x32', 'x64', 'x86') Marked ~ppc64. % em nodejs * net-libs/nodejs [gentoo] Maintainer: bugs@bergstroem.nu (Johan Bergstroem) Maintainer: patrick@gentoo.org (Patrick Lauer) Maintainer: proxy-maint@gentoo.org (Proxy Maintainers) Upstream: None specified Homepage: https://nodejs.org/ Location: /usr/portage/net-libs/nodejs Keywords: 0.12.17:0: Keywords: 4.6.1:0: Keywords: 6.9.4:0: amd64 arm ppc ppc64 x86 Keywords: 6.10.0:0: Keywords: 7.6.0:0: Keywords: 7.7.2:0: Keywords: 7.7.3:0: ~amd64 ~amd64-linux ~arm ~arm64 ~ppc ~ppc64 ~x64-macos ~x86 License: Apache-1.1 Apache-2.0 BSD BSD-2 MIT |