Fixed some warnings

This commit is contained in:
saundersp
2025-10-19 13:27:45 +02:00
parent 8ff16a8ee4
commit fb70253563
30 changed files with 37 additions and 49 deletions

View File

@@ -25,7 +25,6 @@ else
fi
IUSE="cpu_flags_x86_sse2 debug doc +icu inspector lto npm pax-kernel +snapshot +ssl +system-icu +system-ssl test"
#IUSE="corepack cpu_flags_x86_sse2 debug doc +icu inspector lto npm pax-kernel +snapshot +ssl +system-icu +system-ssl test"
REQUIRED_USE="inspector? ( icu ssl )
npm? ( ssl )
system-icu? ( icu )
@@ -34,7 +33,6 @@ REQUIRED_USE="inspector? ( icu ssl )
RESTRICT="!test? ( test )"
#corepack? ( !sys-apps/yarn )
RDEPEND=">=app-arch/brotli-1.1.0:=
dev-db/sqlite:3
>=dev-libs/libuv-1.51.0:=
@@ -146,7 +144,6 @@ src_configure() {
else
myconf+=( --with-intl=none )
fi
#use corepack || myconf+=( --without-corepack )
use inspector || myconf+=( --without-inspector )
use npm || myconf+=( --without-npm )
use snapshot || myconf+=( --without-node-snapshot )
@@ -235,9 +232,6 @@ src_install() {
\) \) -exec rm -rf "{}" \;
fi
# use corepack &&
# "${D}"/usr/bin/corepack enable --install-directory "${D}"/usr/bin
mv "${ED}"/usr/share/doc/node "${ED}"/usr/share/doc/${PF} || die
}