Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 575322 - net-libs/nodejs keyword request
Summary: net-libs/nodejs keyword request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: Johan Bergström
URL:
Whiteboard:
Keywords: KEYWORDREQ
: 576940 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-02-21 18:49 UTC by SpanKY
Modified: 2017-03-31 13:35 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2016-02-21 18:49:44 UTC
media-libs/elementary has optional support for javascript bindings now via nodejs, but nodejs is only keyworded for amd64/arm/x86
Comment 1 Pacho Ramos gentoo-dev 2016-03-14 12:28:14 UTC
*** Bug 576940 has been marked as a duplicate of this bug. ***
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2016-04-03 11:05:28 UTC
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')
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2016-04-03 13:01:38 UTC
Marked ~ppc64.
Comment 4 Michael Weber (RETIRED) gentoo-dev 2017-03-31 13:35:57 UTC
% 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