From: Quentin Retornaz Date: Wed, 20 Jun 2018 14:49:40 +0000 (+0200) Subject: net-dns/getdns: fix typo in ebuild src_configure X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3d8e9f8640645880d6ef5d8d1fbbfe02291fbaba;p=gentoo.git net-dns/getdns: fix typo in ebuild src_configure Signed-off-by: Anthony G. Basile --- diff --git a/net-dns/getdns/getdns-1.4.2.ebuild b/net-dns/getdns/getdns-1.4.2.ebuild index c0978a76f061..de86ca0dce7a 100644 --- a/net-dns/getdns/getdns-1.4.2.ebuild +++ b/net-dns/getdns/getdns-1.4.2.ebuild @@ -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) }