net-dns/getdns: fix typo in ebuild src_configure

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Quentin Retornaz
2018-06-20 16:49:40 +02:00
committed by Anthony G. Basile
parent 9e75380f39
commit 3d8e9f8640

View File

@@ -43,7 +43,7 @@ src_configure() {
$(use_with libevent) \
$(use_with libev) \
$(use_with libuv) \
$(use_with threads libpthread)
$(use_with threads libpthread) \
$(use_enable static-libs static)
}