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: Thu, 07 Nov 2019 20:06:45
Message-Id: 1573157193.a7df03e1ba84957611c4123256cbd2af29228b48.whissi@gentoo
1 commit: a7df03e1ba84957611c4123256cbd2af29228b48
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 7 20:06:33 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 7 20:06:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7df03e1
7
8 net-libs/nodejs: x86 stable (bug #679132)
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-libs/nodejs/nodejs-10.17.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/nodejs/nodejs-10.17.0.ebuild b/net-libs/nodejs/nodejs-10.17.0.ebuild
17 index 1b63a38abb4..e9ac2965862 100644
18 --- a/net-libs/nodejs/nodejs-10.17.0.ebuild
19 +++ b/net-libs/nodejs/nodejs-10.17.0.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"
21
22 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
26 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap test"
27 REQUIRED_USE="
28 inspector? ( icu ssl )