projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e75380
)
net-dns/getdns: fix typo in ebuild src_configure
author
Quentin Retornaz
<gentoo@retornaz.com>
Wed, 20 Jun 2018 14:49:40 +0000
(16:49 +0200)
committer
Anthony 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
patch
|
blob
|
history
diff --git
a/net-dns/getdns/getdns-1.4.2.ebuild
b/net-dns/getdns/getdns-1.4.2.ebuild
index c0978a76f061750d300b86e369b7246b6efa0ded..de86ca0dce7a032c925960a62dad9a2fa45fbcf8 100644
(file)
--- 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)
}