summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-05-07 17:09:13 +0200
committerSam James <sam@gentoo.org>2022-05-13 20:03:52 +0000
commit14f9d09a7eb2a7ea6feea175da1b074769bae59e (patch)
tree47be1658a982d4b2c80ae23ab86d21e2b2e2692a /net-libs/nodejs
parentapp-misc/datefudge: add myself as a maintainer (diff)
downloadgentoo-14f9d09a7eb2a7ea6feea175da1b074769bae59e.tar.gz
gentoo-14f9d09a7eb2a7ea6feea175da1b074769bae59e.tar.bz2
gentoo-14f9d09a7eb2a7ea6feea175da1b074769bae59e.zip
net-libs/nodejs: remove unused patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25371 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/nodejs')
-rw-r--r--net-libs/nodejs/files/nodejs-99999999-llhttp.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-libs/nodejs/files/nodejs-99999999-llhttp.patch b/net-libs/nodejs/files/nodejs-99999999-llhttp.patch
deleted file mode 100644
index 1b6eb9fb7fa1..000000000000
--- a/net-libs/nodejs/files/nodejs-99999999-llhttp.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/node.gypi
-+++ b/node.gypi
-@@ -169,11 +169,15 @@
-
- [ 'node_shared_http_parser=="false"', {
- 'dependencies': [
-- 'deps/http_parser/http_parser.gyp:http_parser',
-- 'deps/llhttp/llhttp.gyp:llhttp'
-+ 'deps/http_parser/http_parser.gyp:http_parser'
- ],
- } ],
-
-+ [ '"true"', { 'dependencies': [
-+ 'deps/llhttp/llhttp.gyp:llhttp'
-+ ],
-+ }],
-+
- [ 'node_shared_cares=="false"', {
- 'dependencies': [ 'deps/cares/cares.gyp:cares' ],
- }],