Fixed some warnings
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user