diff options
Diffstat (limited to 'net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild')
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild b/net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild index 6ed68e83162b..754968a7d317 100644 --- a/net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild @@ -102,7 +102,7 @@ src_configure() { COPTS="$(use_have -n auth-dns auth)" COPTS+="$(use_have conntrack)" COPTS+="$(use_have dbus)" - COPTS+="$(use libidn2 || $(use_have idn))" + COPTS+="$(use libidn2 || use_have idn)" COPTS+="$(use_have libidn2)" COPTS+="$(use_have -n inotify)" COPTS+="$(use_have -n dhcp dhcp dhcp6)" |