Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/
Date: Sun, 19 Jan 2020 15:46:20
Message-Id: 1579448617.9f8516fd7895972b2d0e8c6a00380b6aa3f4b47d.slashbeast@gentoo
1 commit: 9f8516fd7895972b2d0e8c6a00380b6aa3f4b47d
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 15:43:37 2020 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 15:43:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8516fd
7
8 net-libs/nodejs-8.17.0: amd64 stable (bug 702988)
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 net-libs/nodejs/nodejs-8.17.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nodejs/nodejs-8.17.0.ebuild b/net-libs/nodejs/nodejs-8.17.0.ebuild
16 index 18be7b6849f..b45783fca1b 100644
17 --- a/net-libs/nodejs/nodejs-8.17.0.ebuild
18 +++ b/net-libs/nodejs/nodejs-8.17.0.ebuild
19 @@ -14,7 +14,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 inspector +npm +snapshot +ssl systemtap test"
26 REQUIRED_USE="
27 inspector? ( icu ssl )