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 36C881396D0 for ; Tue, 12 Sep 2017 00:54:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73096E0C48; Tue, 12 Sep 2017 00:54:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 510AFE0C48 for ; Tue, 12 Sep 2017 00:54:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 335383417B7 for ; Tue, 12 Sep 2017 00:54:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 929049065 for ; Tue, 12 Sep 2017 00:54:44 +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: <1505177659.5ec9332bf0cb190def3a4c8564e039c72cac604d.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-r1.ebuild X-VCS-Directories: net-dns/dnsmasq/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 5ec9332bf0cb190def3a4c8564e039c72cac604d X-VCS-Branch: master Date: Tue, 12 Sep 2017 00:54:44 +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: f77d327d-b9df-4049-bf29-a302348062e5 X-Archives-Hash: aae9ce47cd1d6d028ee7cd07b717c7e6 commit: 5ec9332bf0cb190def3a4c8564e039c72cac604d Author: Patrick McLean gentoo org> AuthorDate: Tue Sep 12 00:54:19 2017 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Sep 12 00:54:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec9332b net-dns/dnsmasq: Fix issue with HAVE_IDN being run as a command Gentoo-Bug: 628350 Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild b/net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild index 6ed68e83162..754968a7d31 100644 --- a/net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild @@ -102,7 +102,7 @@ src_configure() { COPTS="$(use_have -n auth-dns auth)" COPTS+="$(use_have conntrack)" COPTS+="$(use_have dbus)" - COPTS+="$(use libidn2 || $(use_have idn))" + COPTS+="$(use libidn2 || use_have idn)" COPTS+="$(use_have libidn2)" COPTS+="$(use_have -n inotify)" COPTS+="$(use_have -n dhcp dhcp dhcp6)"