Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/
Date: Fri, 10 Jan 2020 01:26:25
Message-Id: 1578618515.886273d8e63dbfb26f19431b01e1b34de04607f3.whissi@gentoo
1 commit: 886273d8e63dbfb26f19431b01e1b34de04607f3
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 10 01:08:35 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 10 01:08:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886273d8
7
8 net-libs/nodejs: x86 stable (bug #702988)
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-libs/nodejs/nodejs-10.18.0.ebuild | 4 ++--
14 net-libs/nodejs/nodejs-12.14.0.ebuild | 2 +-
15 net-libs/nodejs/nodejs-8.17.0.ebuild | 4 ++--
16 3 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/net-libs/nodejs/nodejs-10.18.0.ebuild b/net-libs/nodejs/nodejs-10.18.0.ebuild
19 index e6063823325..a476e359795 100644
20 --- a/net-libs/nodejs/nodejs-10.18.0.ebuild
21 +++ b/net-libs/nodejs/nodejs-10.18.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -12,7 +12,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"
29
30 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
31 SLOT="0"
32 -KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
33 +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
34 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap test"
35 REQUIRED_USE="
36 inspector? ( icu ssl )
37
38 diff --git a/net-libs/nodejs/nodejs-12.14.0.ebuild b/net-libs/nodejs/nodejs-12.14.0.ebuild
39 index 5520d3a57ba..8468a27e221 100644
40 --- a/net-libs/nodejs/nodejs-12.14.0.ebuild
41 +++ b/net-libs/nodejs/nodejs-12.14.0.ebuild
42 @@ -14,7 +14,7 @@ SRC_URI="
43
44 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
45 SLOT="0"
46 -KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
47 +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
48 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap test"
49 REQUIRED_USE="
50 inspector? ( icu ssl )
51
52 diff --git a/net-libs/nodejs/nodejs-8.17.0.ebuild b/net-libs/nodejs/nodejs-8.17.0.ebuild
53 index eebe415e05c..18be7b6849f 100644
54 --- a/net-libs/nodejs/nodejs-8.17.0.ebuild
55 +++ b/net-libs/nodejs/nodejs-8.17.0.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2019 Gentoo Authors
58 +# Copyright 1999-2020 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=7
62 @@ -14,7 +14,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"
63
64 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
65 SLOT="0"
66 -KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
67 +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
68 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap test"
69 REQUIRED_USE="
70 inspector? ( icu ssl )