mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/nodejs: drop ninja-utils
If we set a build dependency on ninja, we don't need the ninja-utils eclass since the upstream makefile calls ninja. Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
@@ -7,7 +7,7 @@ CONFIG_CHECK="~ADVISE_SYSCALLS"
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit bash-completion-r1 check-reqs flag-o-matic linux-info ninja-utils pax-utils python-any-r1 toolchain-funcs xdg-utils
|
||||
inherit bash-completion-r1 check-reqs flag-o-matic linux-info pax-utils python-any-r1 toolchain-funcs xdg-utils
|
||||
|
||||
DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
|
||||
HOMEPAGE="https://nodejs.org/"
|
||||
@@ -41,7 +41,7 @@ RDEPEND=">=app-arch/brotli-1.0.9:=
|
||||
system-ssl? ( >=dev-libs/openssl-1.1.1:0= )
|
||||
sys-devel/gcc:*"
|
||||
BDEPEND="${PYTHON_DEPS}
|
||||
${NINJA_DEPEND}
|
||||
dev-util/ninja
|
||||
sys-apps/coreutils
|
||||
virtual/pkgconfig
|
||||
test? ( net-misc/curl )
|
||||
@@ -170,7 +170,7 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
eninja -C out/${BUILDTYPE}
|
||||
emake
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user