Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/
Date: Sun, 19 Jan 2020 19:49:16
Message-Id: 1579463350.47ca0ee84e1abc88a15ccda920a3f14d865a396e.jer@gentoo
1 commit: 47ca0ee84e1abc88a15ccda920a3f14d865a396e
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 19:49:01 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 19:49:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ca0ee8
7
8 net-libs/nodejs: Drop redundant keywords from 8.12.0
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-libs/nodejs/nodejs-8.12.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/nodejs/nodejs-8.12.0.ebuild b/net-libs/nodejs/nodejs-8.12.0.ebuild
17 index 2e98f86fe29..42936ad7d0d 100644
18 --- a/net-libs/nodejs/nodejs-8.12.0.ebuild
19 +++ b/net-libs/nodejs/nodejs-8.12.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -15,7 +15,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz"
27
28 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
29 SLOT="0"
30 -KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x64-macos"
31 +KEYWORDS="arm ppc ppc64 ~amd64-linux ~x64-macos"
32 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl systemtap test"
33 REQUIRED_USE="
34 inspector? ( icu ssl )