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:
Aisha Tammy
2020-04-30 19:22:29 -04:00
parent df7f1c6da3
commit 8013839bb6
6 changed files with 9 additions and 14 deletions

View File

@@ -5,10 +5,6 @@
<email>gentoo@aisha.cc</email> <email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name> <name>Aisha Tammy</name>
</maintainer> </maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use> <use>
<flag name="libuv">Enable bindings to use the libuv dispatcher</flag> <flag name="libuv">Enable bindings to use the libuv dispatcher</flag>
</use> </use>

View File

@@ -26,6 +26,15 @@ DEPEND="ssl? (
!libressl? ( >=dev-libs/openssl-1.1.0 ) !libressl? ( >=dev-libs/openssl-1.1.0 )
) )
libuv? ( dev-libs/libuv ) 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}" BDEPEND="${DEPEND}"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"

View File

@@ -5,8 +5,4 @@
<email>gentoo@aisha.cc</email> <email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name> <name>Aisha Tammy</name>
</maintainer> </maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata> </pkgmetadata>

View File

@@ -5,10 +5,6 @@
<email>gentoo@aisha.cc</email> <email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name> <name>Aisha Tammy</name>
</maintainer> </maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use> <use>
<flag name="libuv">use libuv to do async operations, instead of linux kernels epoll</flag> <flag name="libuv">use libuv to do async operations, instead of linux kernels epoll</flag>
</use> </use>

View File

@@ -25,7 +25,6 @@ DEPEND=">=dev-cpp/usockets-0.3.5:=[libuv?]
libuv? ( >=dev-libs/libuv-1.35.0 ) libuv? ( >=dev-libs/libuv-1.35.0 )
" "
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
BDEPEND="${DEPEND}"
src_compile() { src_compile() {
if use libuv; then if use libuv; then

View File

@@ -25,7 +25,6 @@ DEPEND=">=dev-cpp/usockets-0.3.5:=[libuv?]
libuv? ( >=dev-libs/libuv-1.35.0 ) libuv? ( >=dev-libs/libuv-1.35.0 )
" "
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
BDEPEND="${DEPEND}"
src_compile() { src_compile() {
if use libuv; then if use libuv; then