commit:     bbfaff5737fe719b8b75b0978b1ce96d04b65bbc
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 01:46:25 2017 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 01:46:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfaff57

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 aca27f5483b..f895ef47b52 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

Reply via email to