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

@@ -45,7 +45,7 @@ PATCHES=(
src_compile() {
# 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_ASAN=$(usex debug 1 0) \
default