summaryrefslogtreecommitdiff
path: root/net-libs/nodejs/files/nodejs-15.2.0-global-npm-config.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-30 05:16:35 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-30 05:16:35 +0100
commita9a8100d7a659b808e3a112a113b65e16f0070c3 (patch)
tree569b6999f7cf4a797a2cf30299badf776d3b398b /net-libs/nodejs/files/nodejs-15.2.0-global-npm-config.patch
parent2ebceb686e2370a0a9172a7be4a3c29555a08b80 (diff)
gentoo auto-resync : 30:04:2023 - 05:16:35
Diffstat (limited to 'net-libs/nodejs/files/nodejs-15.2.0-global-npm-config.patch')
-rw-r--r--net-libs/nodejs/files/nodejs-15.2.0-global-npm-config.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-libs/nodejs/files/nodejs-15.2.0-global-npm-config.patch b/net-libs/nodejs/files/nodejs-15.2.0-global-npm-config.patch
deleted file mode 100644
index 2b0705b1d712..000000000000
--- a/net-libs/nodejs/files/nodejs-15.2.0-global-npm-config.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/deps/npm/node_modules/@npmcli/config/lib/index.js
-+++ b/deps/npm/node_modules/@npmcli/config/lib/index.js
-@@ -275,8 +275,9 @@
- // default the globalconfig file to that location, instead of the default
- // global prefix. It's weird that `npm get globalconfig --prefix=/foo`
- // returns `/foo/etc/npmrc`, but better to not change it at this point.
-+ // gentoo deviates wrt global config; store in /etc/npm
- settableGetter(data, 'globalconfig', () =>
-- resolve(this[_get]('prefix'), 'etc/npmrc'))
-+ resolve('/etc', 'npmrc'))
- }
-
- loadHome () {