Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/
Date: Sat, 17 Nov 2018 15:28:41
Message-Id: 1542468508.c6d660bde2954d20bbe556499d7108a97def7733.zlogene@gentoo
1 commit: c6d660bde2954d20bbe556499d7108a97def7733
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 15:28:11 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 15:28:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d660bd
7
8 net-libs/nodejs: arm stable wrt bug #665656
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-libs/nodejs/nodejs-6.14.4.ebuild | 4 ++--
14 net-libs/nodejs/nodejs-8.12.0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-libs/nodejs/nodejs-6.14.4.ebuild b/net-libs/nodejs/nodejs-6.14.4.ebuild
18 index af4a773604e..82d1e57e437 100644
19 --- a/net-libs/nodejs/nodejs-6.14.4.ebuild
20 +++ b/net-libs/nodejs/nodejs-6.14.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -14,7 +14,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"
28
29 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x64-macos"
32 +KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x64-macos"
33 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl test"
34 REQUIRED_USE="
35 ${PYTHON_REQUIRED_USE}
36
37 diff --git a/net-libs/nodejs/nodejs-8.12.0.ebuild b/net-libs/nodejs/nodejs-8.12.0.ebuild
38 index 9e1b9751f45..ff4d5a46bf5 100644
39 --- a/net-libs/nodejs/nodejs-8.12.0.ebuild
40 +++ b/net-libs/nodejs/nodejs-8.12.0.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -15,7 +15,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"
48
49 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
50 SLOT="0"
51 -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x64-macos"
52 +KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x64-macos"
53 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap test"
54 REQUIRED_USE="
55 ${PYTHON_REQUIRED_USE}