From: Quentin Retornaz Date: Fri, 21 Jun 2019 03:25:04 +0000 (+0200) Subject: net-dns/getdns: fix configure X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8bc58cfb49740269eb8041d1d2985d2c15966285;p=gentoo.git net-dns/getdns: fix configure Closes: https://bugs.gentoo.org/686548 Signed-off-by: Quentin Retornaz Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Anthony G. Basile --- diff --git a/net-dns/getdns/getdns-1.5.2-r1.ebuild b/net-dns/getdns/getdns-1.5.2-r2.ebuild similarity index 98% rename from net-dns/getdns/getdns-1.5.2-r1.ebuild rename to net-dns/getdns/getdns-1.5.2-r2.ebuild index efd8d82744cb..2a5badd50634 100644 --- a/net-dns/getdns/getdns-1.5.2-r1.ebuild +++ b/net-dns/getdns/getdns-1.5.2-r2.ebuild @@ -48,7 +48,7 @@ src_configure() { $(use_enable static-libs static) \ $(use_with getdns_query) \ $(use_with getdns_server_mon) \ - $(use_with gnutls) \ + $(usex gnutls '--with-gnutls' '' '' '') \ $(use_with idn libidn2) \ $(use_with libev) \ $(use_with libevent) \