commit: 99e7f1905e7e6b2c50735e72130838302a12fbd6
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 22:39:08 2024 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 22:43:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e7f190
net-libs/nodejs: move back to more verbose install
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
net-libs/nodejs/nodejs-20.12.1.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/net-libs/nodejs/nodejs-20.12.1.ebuild
b/net-libs/nodejs/nodejs-20.12.1.ebuild
index fbfccfb9b764..f3934ba03efe 100644
--- a/net-libs/nodejs/nodejs-20.12.1.ebuild
+++ b/net-libs/nodejs/nodejs-20.12.1.ebuild
@@ -83,9 +83,6 @@ src_prepare() {
# https://code.google.com/p/gyp/issues/detail?id=260
sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py ||
die
- # less verbose install output (stating the same as portage, basically)
- sed -i -e "/print/d" tools/install.py || die
-
# proper libdir, hat tip @ryanpcmcquen
https://github.com/iojs/io.js/issues/504
local LIBDIR=$(get_libdir)
sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die