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: Sat, 04 Feb 2017 15:21:41
Message-Id: 1486221672.5b4eeb147661549ce89da8a9473972e4f270a597.ago@gentoo
1 commit: 5b4eeb147661549ce89da8a9473972e4f270a597
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 15:19:11 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 15:21:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4eeb14
7
8 net-libs/nodejs: amd64 stable wrt bug #600546
9
10 Package-Manager: portage-2.3.3
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-libs/nodejs/nodejs-6.9.4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/nodejs/nodejs-6.9.4.ebuild b/net-libs/nodejs/nodejs-6.9.4.ebuild
18 index cf82de1..c9c9145 100644
19 --- a/net-libs/nodejs/nodejs-6.9.4.ebuild
20 +++ b/net-libs/nodejs/nodejs-6.9.4.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 ~ppc64 ~x86 ~amd64-linux ~x64-macos"
26 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x64-macos"
27 IUSE="cpu_flags_x86_sse2 debug doc icu +npm +snapshot +ssl test"
28
29 RDEPEND="icu? ( >=dev-libs/icu-56:= )