mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
dev-cpp/{usockets, uwebsockets} net-misc/purritobin
Fixes mentioned by @Alessandro-Barbier Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
@@ -5,10 +5,6 @@
|
||||
<email>gentoo@aisha.cc</email>
|
||||
<name>Aisha Tammy</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="libuv">Enable bindings to use the libuv dispatcher</flag>
|
||||
</use>
|
||||
|
||||
@@ -26,6 +26,15 @@ DEPEND="ssl? (
|
||||
!libressl? ( >=dev-libs/openssl-1.1.0 )
|
||||
)
|
||||
libuv? ( dev-libs/libuv )
|
||||
debug? (
|
||||
|| (
|
||||
>=sys-devel/gcc-7.4.0[sanitize]
|
||||
(
|
||||
sys-devel/clang-runtime[sanitize]
|
||||
sys-libs/compiler-rt-sanitizers[sanitize]
|
||||
)
|
||||
)
|
||||
)
|
||||
"
|
||||
BDEPEND="${DEPEND}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
Reference in New Issue
Block a user