net-dns/getdns: fix typo in ebuild src_configure
authorQuentin Retornaz <gentoo@retornaz.com>
Wed, 20 Jun 2018 14:49:40 +0000 (16:49 +0200)
committerAnthony G. Basile <blueness@gentoo.org>
Thu, 12 Jul 2018 22:31:43 +0000 (18:31 -0400)
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
net-dns/getdns/getdns-1.4.2.ebuild

index c0978a76f061750d300b86e369b7246b6efa0ded..de86ca0dce7a032c925960a62dad9a2fa45fbcf8 100644 (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)
 }