diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2017-06-01 18:46:25 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2017-06-01 18:46:25 -0700 |
commit | bbfaff5737fe719b8b75b0978b1ce96d04b65bbc (patch) | |
tree | 126b44fbb4a6458beb5c0bc1f3f827fb0d85acfa /net-dns/dnsmasq | |
parent | media-gfx/shotwell: Add missing dependency (diff) | |
download | gentoo-bbfaff5737fe719b8b75b0978b1ce96d04b65bbc.tar.gz gentoo-bbfaff5737fe719b8b75b0978b1ce96d04b65bbc.tar.bz2 gentoo-bbfaff5737fe719b8b75b0978b1ce96d04b65bbc.zip |
net-dns/dnsmasq: Don't require idn with nls anymore
It turns out that modern dnsmasq compiles file with USE=nls and idn disabled,
so we can drop the REQUIRED_USE entry.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-dns/dnsmasq')
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.77.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.77.ebuild b/net-dns/dnsmasq/dnsmasq-2.77.ebuild index aca27f5483bc..f895ef47b522 100644 --- a/net-dns/dnsmasq/dnsmasq-2.77.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.77.ebuild @@ -34,11 +34,10 @@ DEPEND="${CDEPEND} app-arch/xz-utils dnssec? ( dev-libs/nettle[gmp] - static? ( - dev-libs/nettle[static-libs(+)] - ) + static? ( dev-libs/nettle[static-libs(+)] ) ) - virtual/pkgconfig" + virtual/pkgconfig +" RDEPEND="${CDEPEND} dnssec? ( @@ -51,8 +50,7 @@ RDEPEND="${CDEPEND} REQUIRED_USE="dhcp-tools? ( dhcp ) lua? ( script ) - libidn2? ( !idn ) - nls? ( || ( libidn2 idn ) )" + libidn2? ( !idn )" use_have() { local useflag no_only uword |