summaryrefslogtreecommitdiff
path: root/net-libs/nodejs
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-02-24 09:53:07 +0100
committerJeroen Roovers <jer@gentoo.org>2018-02-24 11:53:51 +0100
commit97c0b88b6c11adeb9e40eb2e7ec755ef416908c7 (patch)
treee1b91b2bd850a58ac98908fc2694269feadea1de /net-libs/nodejs
parente68b80427bfb89876451f40d868d509d5183c327 (diff)
downloadgentoo-97c0b88b6c11adeb9e40eb2e7ec755ef416908c7.tar.gz
gentoo-97c0b88b6c11adeb9e40eb2e7ec755ef416908c7.tar.xz
net-libs/nodejs: Stable for AMD64 x86 too.
Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --ignore-arches
Diffstat (limited to 'net-libs/nodejs')
-rw-r--r--net-libs/nodejs/nodejs-0.12.18.ebuild2
-rw-r--r--net-libs/nodejs/nodejs-4.8.7.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/nodejs/nodejs-0.12.18.ebuild b/net-libs/nodejs/nodejs-0.12.18.ebuild
index 2b8a1d20345..f45d645a9c5 100644
--- a/net-libs/nodejs/nodejs-0.12.18.ebuild
+++ b/net-libs/nodejs/nodejs-0.12.18.ebuild
@@ -17,7 +17,7 @@ SRC_URI="http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz"
LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm x86 ~x64-macos"
IUSE="debug icu +npm +snapshot +ssl"
RDEPEND="icu? ( dev-libs/icu )
diff --git a/net-libs/nodejs/nodejs-4.8.7.ebuild b/net-libs/nodejs/nodejs-4.8.7.ebuild
index 2d8146e4c39..086bb0ba998 100644
--- a/net-libs/nodejs/nodejs-4.8.7.ebuild
+++ b/net-libs/nodejs/nodejs-4.8.7.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"
LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos"
IUSE="cpu_flags_x86_sse2 debug icu +npm snapshot +ssl test"
RDEPEND="icu? ( >=dev-libs/icu-55:= )