mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -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>
|
<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>
|
||||||
|
|||||||
@@ -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}"
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user