dev-cpp/usockets: fixup use flag not in iuse error

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-05-01 11:21:47 +02:00
parent ad88e09f66
commit 0882178171
2 changed files with 2 additions and 1 deletions

View File

@@ -7,5 +7,6 @@
</maintainer> </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>
<flag name="openssl">Enable openssl support</flag>
</use> </use>
</pkgmetadata> </pkgmetadata>

View File

@@ -45,7 +45,7 @@ PATCHES=(
src_compile() { src_compile() {
# the Makefile uses environment variables # the Makefile uses environment variables
emake WITH_OPENSSL=$(usex ssl 1 0) \ emake WITH_OPENSSL=$(usex openssl 1 0) \
WITH_LIBUV=$(usex libuv 1 0) \ WITH_LIBUV=$(usex libuv 1 0) \
WITH_ASAN=$(usex debug 1 0) \ WITH_ASAN=$(usex debug 1 0) \
default default