Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/
Date: Wed, 25 May 2016 11:25:37
Message-Id: 1464175492.cbb11371bf8b1cdde989ce80547f6af949a1de84.ago@gentoo
1 commit: cbb11371bf8b1cdde989ce80547f6af949a1de84
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 25 11:24:52 2016 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed May 25 11:24:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb11371
7
8 net-libs/nodejs: x86 stable wrt bug #568900
9
10 Package-Manager: portage-2.2.26
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-libs/nodejs/nodejs-4.4.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/nodejs/nodejs-4.4.1.ebuild b/net-libs/nodejs/nodejs-4.4.1.ebuild
18 index 87ded20..5b627ae 100644
19 --- a/net-libs/nodejs/nodejs-4.4.1.ebuild
20 +++ b/net-libs/nodejs/nodejs-4.4.1.ebuild
21 @@ -15,7 +15,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"
22
23 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm ~arm64 ~x86 ~x64-macos"
26 +KEYWORDS="amd64 ~arm ~arm64 x86 ~x64-macos"
27 IUSE="cpu_flags_x86_sse2 debug icu +npm snapshot +ssl test"
28
29 RDEPEND="icu? ( >=dev-libs/icu-55:= )