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:34:04
Message-Id: 1510057990.4fa9a9343ebdeb8a103cab3b35c8421258d60b8d.mrueg@gentoo
1 commit: 4fa9a9343ebdeb8a103cab3b35c8421258d60b8d
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 7 12:33:10 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 7 12:33:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa9a934
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-6.11.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nodejs/nodejs-6.11.5.ebuild b/net-libs/nodejs/nodejs-6.11.5.ebuild
16 index 392b16bbbbb..426988680c2 100644
17 --- a/net-libs/nodejs/nodejs-6.11.5.ebuild
18 +++ b/net-libs/nodejs/nodejs-6.11.5.ebuild
19 @@ -15,7 +15,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 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
25 IUSE="cpu_flags_x86_sse2 debug doc icu +npm +snapshot +ssl test"
26
27 RDEPEND="icu? ( >=dev-libs/icu-56:= )