Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/
Date: Tue, 07 Nov 2017 12:57:15
Message-Id: 1510059410.9642da2c47aa33da55f3ce3dc11228c73305fd02.mrueg@gentoo
1 commit: 9642da2c47aa33da55f3ce3dc11228c73305fd02
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 7 12:52:43 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 7 12:56:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9642da2c
7
8 net-libs/nodejs: Stable on amd64
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.4
11
12 net-libs/nodejs/nodejs-4.8.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nodejs/nodejs-4.8.5.ebuild b/net-libs/nodejs/nodejs-4.8.5.ebuild
16 index fe84f4a5b19..fa5fe76f1f0 100644
17 --- a/net-libs/nodejs/nodejs-4.8.5.ebuild
18 +++ b/net-libs/nodejs/nodejs-4.8.5.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"
20
21 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos"
25 IUSE="cpu_flags_x86_sse2 debug icu +npm snapshot +ssl test"
26
27 RDEPEND="icu? ( >=dev-libs/icu-55:= )