Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/files/
Date: Fri, 13 May 2022 20:04:23
Message-Id: 1652472232.14f9d09a7eb2a7ea6feea175da1b074769bae59e.sam@gentoo
1 commit: 14f9d09a7eb2a7ea6feea175da1b074769bae59e
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat May 7 15:09:13 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 20:03:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f9d09a
7
8 net-libs/nodejs: remove unused patch
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/25371
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-libs/nodejs/files/nodejs-99999999-llhttp.patch | 20 --------------------
16 1 file changed, 20 deletions(-)
17
18 diff --git a/net-libs/nodejs/files/nodejs-99999999-llhttp.patch b/net-libs/nodejs/files/nodejs-99999999-llhttp.patch
19 deleted file mode 100644
20 index 1b6eb9fb7fa1..000000000000
21 --- a/net-libs/nodejs/files/nodejs-99999999-llhttp.patch
22 +++ /dev/null
23 @@ -1,20 +0,0 @@
24 ---- a/node.gypi
25 -+++ b/node.gypi
26 -@@ -169,11 +169,15 @@
27 -
28 - [ 'node_shared_http_parser=="false"', {
29 - 'dependencies': [
30 -- 'deps/http_parser/http_parser.gyp:http_parser',
31 -- 'deps/llhttp/llhttp.gyp:llhttp'
32 -+ 'deps/http_parser/http_parser.gyp:http_parser'
33 - ],
34 - } ],
35 -
36 -+ [ '"true"', { 'dependencies': [
37 -+ 'deps/llhttp/llhttp.gyp:llhttp'
38 -+ ],
39 -+ }],
40 -+
41 - [ 'node_shared_cares=="false"', {
42 - 'dependencies': [ 'deps/cares/cares.gyp:cares' ],
43 - }],