From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEAAE139694 for ; Fri, 2 Jun 2017 01:46:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F9DCE0831; Fri, 2 Jun 2017 01:46:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D89BE0831 for ; Fri, 2 Jun 2017 01:46:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0FB0341748 for ; Fri, 2 Jun 2017 01:46:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46968745D for ; Fri, 2 Jun 2017 01:46:48 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1496367985.bbfaff5737fe719b8b75b0978b1ce96d04b65bbc.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsmasq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnsmasq/dnsmasq-2.77.ebuild X-VCS-Directories: net-dns/dnsmasq/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: bbfaff5737fe719b8b75b0978b1ce96d04b65bbc X-VCS-Branch: master Date: Fri, 2 Jun 2017 01:46:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: be021dd6-091b-4af5-9946-b2982dd535b6 X-Archives-Hash: cd453e8e4a81ba5418b6397c850d2ceb commit: bbfaff5737fe719b8b75b0978b1ce96d04b65bbc Author: Patrick McLean gentoo org> AuthorDate: Fri Jun 2 01:46:25 2017 +0000 Commit: Patrick McLean gentoo 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