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: Thu, 04 Jun 2020 12:57:00
Message-Id: 1591275411.07c02f4d5360028d6afa48670dd460ad860fdf3b.jer@gentoo
1 commit: 07c02f4d5360028d6afa48670dd460ad860fdf3b
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 4 12:52:08 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 12:56:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c02f4d
7
8 net-libs/nodejs: Set IUSE=+icu
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Closes: https://bugs.gentoo.org/724486
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 net-libs/nodejs/nodejs-14.4.0.ebuild | 2 +-
15 net-libs/nodejs/nodejs-99999999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-libs/nodejs/nodejs-14.4.0.ebuild b/net-libs/nodejs/nodejs-14.4.0.ebuild
19 index 1d198e35d08..406b59067b2 100644
20 --- a/net-libs/nodejs/nodejs-14.4.0.ebuild
21 +++ b/net-libs/nodejs/nodejs-14.4.0.ebuild
22 @@ -15,7 +15,7 @@ SRC_URI="
23 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
24 SLOT="0"
25 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
26 -IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm pax_kernel +snapshot +ssl +system-ssl systemtap test"
27 +IUSE="cpu_flags_x86_sse2 debug doc +icu inspector +npm pax_kernel +snapshot +ssl +system-ssl systemtap test"
28 REQUIRED_USE="
29 inspector? ( icu ssl )
30 npm? ( ssl )
31
32 diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild
33 index 4f9bf895372..c5eaa6e6aa7 100644
34 --- a/net-libs/nodejs/nodejs-99999999.ebuild
35 +++ b/net-libs/nodejs/nodejs-99999999.ebuild
36 @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/nodejs/node"
37 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
38 SLOT="0"
39 KEYWORDS=""
40 -IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm pax_kernel +snapshot +ssl +system-ssl systemtap test"
41 +IUSE="cpu_flags_x86_sse2 debug doc +icu inspector +npm pax_kernel +snapshot +ssl +system-ssl systemtap test"
42 RESTRICT="!test? ( test )"
43 REQUIRED_USE="
44 inspector? ( icu ssl )