summaryrefslogtreecommitdiff
path: root/net-libs/nodejs/files/nodejs-15.2.0-global-npm-config.patch
diff options
context:
space:
mode:
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 () {