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:21
Message-Id: 1579448709.c499fac5f4c6d80e8f7bc17aac85ed8f9d8fa607.slashbeast@gentoo
1 commit: c499fac5f4c6d80e8f7bc17aac85ed8f9d8fa607
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 15:45:09 2020 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 15:45:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c499fac5
7
8 net-libs/nodejs-12.14.0: amd64 stable (bug 702988)
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 net-libs/nodejs/nodejs-12.14.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nodejs/nodejs-12.14.0.ebuild b/net-libs/nodejs/nodejs-12.14.0.ebuild
16 index 8468a27e221..1d622544b67 100644
17 --- a/net-libs/nodejs/nodejs-12.14.0.ebuild
18 +++ b/net-libs/nodejs/nodejs-12.14.0.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="
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 )