dev-ml/luv: use system dev-libs/libuv

Closes: https://bugs.gentoo.org/843338
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2022-07-01 21:10:12 +02:00
parent a2aa064c8d
commit 4a3cb63d9b

View File

@@ -30,3 +30,7 @@ src_prepare() {
cp "${BROOT}"/usr/share/gnuconfig/config.{guess,sub} src/c/vendor/configure/ || die
}
src_compile() {
LUV_USE_SYSTEM_LIBUV=yes dune_src_compile
}