Gentoo Archives: gentoo-commits

From: Stefan Strogin <steils@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-libs/nodejs/
Date: Sun, 26 Jan 2020 12:01:38
Message-Id: 1580039982.6b823c96dd40893af83d1f3d29f5f10534ef567d.steils@gentoo
1 commit: 6b823c96dd40893af83d1f3d29f5f10534ef567d
2 Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 11:58:43 2020 +0000
4 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 11:59:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=6b823c96
7
8 net-libs/nodejs: 8.17.0 stable for amd64, arm64, x86
9
10 Sync KEYWORDS with gentoo.git.
11
12 Package-Manager: Portage-2.3.85, Repoman-2.3.20
13 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
14
15 net-libs/nodejs/nodejs-8.17.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-libs/nodejs/nodejs-8.17.0.ebuild b/net-libs/nodejs/nodejs-8.17.0.ebuild
19 index c33adbd..8777e38 100644
20 --- a/net-libs/nodejs/nodejs-8.17.0.ebuild
21 +++ b/net-libs/nodejs/nodejs-8.17.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 @@ -14,7 +14,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="bundled-ssl cpu_flags_x86_sse2 debug doc icu inspector libressl +npm +snapshot +ssl systemtap test"
35 REQUIRED_USE="
36 bundled-ssl? ( ssl )