From bbfaff5737fe719b8b75b0978b1ce96d04b65bbc Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Thu, 1 Jun 2017 18:46:25 -0700 Subject: [PATCH] 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 --- net-dns/dnsmasq/dnsmasq-2.77.ebuild | 10 ++++------ 1 file 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 -- 2.26.2