summaryrefslogtreecommitdiff
path: root/net-dns/getdns/getdns-1.5.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/getdns/getdns-1.5.1.ebuild')
-rw-r--r--net-dns/getdns/getdns-1.5.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/getdns/getdns-1.5.1.ebuild b/net-dns/getdns/getdns-1.5.1.ebuild
index 05ba4798a0f4..412a42a0a402 100644
--- a/net-dns/getdns/getdns-1.5.1.ebuild
+++ b/net-dns/getdns/getdns-1.5.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://getdnsapi.net/releases/${P//./-}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc +getdns_query +getdns_server_mon +idn libev libevent libressl libuv static-libs stubby +threads +unbound"
+IUSE="doc +getdns-query +getdns-server-mon +idn libev libevent libressl libuv static-libs stubby +threads +unbound"
# https://bugs.gentoo.org/661760
# https://github.com/getdnsapi/getdns/issues/407
@@ -43,8 +43,8 @@ src_configure() {
econf \
--runstatedir=/var/run \
$(use_enable static-libs static) \
- $(use_with getdns_query) \
- $(use_with getdns_server_mon) \
+ $(use_with getdns-query getdns_query) \
+ $(use_with getdns-server-mon getdns_server_mon) \
$(use_with idn libidn2) \
$(use_with libev) \
$(use_with libevent) \