From 99e7f1905e7e6b2c50735e72130838302a12fbd6 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 15 Apr 2024 17:39:08 -0500 Subject: net-libs/nodejs: move back to more verbose install Signed-off-by: William Hubbs --- net-libs/nodejs/nodejs-20.12.1.ebuild | 3 --- 1 file changed, 3 deletions(-) (limited to 'net-libs') 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 -- cgit v1.2.3-65-gdbad