Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsmasq/
Date: Fri, 02 Jun 2017 01:46:51
Message-Id: 1496367985.bbfaff5737fe719b8b75b0978b1ce96d04b65bbc.chutzpah@gentoo
1 commit: bbfaff5737fe719b8b75b0978b1ce96d04b65bbc
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 2 01:46:25 2017 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 2 01:46:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfaff57
7
8 net-dns/dnsmasq: Don't require idn with nls anymore
9
10 It turns out that modern dnsmasq compiles file with USE=nls and idn disabled,
11 so we can drop the REQUIRED_USE entry.
12
13 Package-Manager: Portage-2.3.6, Repoman-2.3.2
14
15 net-dns/dnsmasq/dnsmasq-2.77.ebuild | 10 ++++------
16 1 file changed, 4 insertions(+), 6 deletions(-)
17
18 diff --git a/net-dns/dnsmasq/dnsmasq-2.77.ebuild b/net-dns/dnsmasq/dnsmasq-2.77.ebuild
19 index aca27f5483b..f895ef47b52 100644
20 --- a/net-dns/dnsmasq/dnsmasq-2.77.ebuild
21 +++ b/net-dns/dnsmasq/dnsmasq-2.77.ebuild
22 @@ -34,11 +34,10 @@ DEPEND="${CDEPEND}
23 app-arch/xz-utils
24 dnssec? (
25 dev-libs/nettle[gmp]
26 - static? (
27 - dev-libs/nettle[static-libs(+)]
28 - )
29 + static? ( dev-libs/nettle[static-libs(+)] )
30 )
31 - virtual/pkgconfig"
32 + virtual/pkgconfig
33 +"
34
35 RDEPEND="${CDEPEND}
36 dnssec? (
37 @@ -51,8 +50,7 @@ RDEPEND="${CDEPEND}
38
39 REQUIRED_USE="dhcp-tools? ( dhcp )
40 lua? ( script )
41 - libidn2? ( !idn )
42 - nls? ( || ( libidn2 idn ) )"
43 + libidn2? ( !idn )"
44
45 use_have() {
46 local useflag no_only uword