commit: 3d8e9f8640645880d6ef5d8d1fbbfe02291fbaba
Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Wed Jun 20 14:49:40 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Jul 12 22:31:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8e9f86
net-dns/getdns: fix typo in ebuild src_configure
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
net-dns/getdns/getdns-1.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dns/getdns/getdns-1.4.2.ebuild
b/net-dns/getdns/getdns-1.4.2.ebuild
index c0978a76f06..de86ca0dce7 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)
}