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 34E2B139695 for ; Tue, 11 Jul 2017 18:01:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5BB32340A8; Tue, 11 Jul 2017 18:01:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7BD7F2340A8 for ; Tue, 11 Jul 2017 18:01:28 +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 BF7BA34171D for ; Tue, 11 Jul 2017 18:01:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DF8874A5 for ; Tue, 11 Jul 2017 18:01:26 +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: <1499796073.ef2c0d4ea425ca3bac6261e880658ed56f38ba18.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: ef2c0d4ea425ca3bac6261e880658ed56f38ba18 X-VCS-Branch: master Date: Tue, 11 Jul 2017 18:01:26 +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: e53b1731-3e98-4156-a9b5-553d756f883e X-Archives-Hash: 4a4b79775b6e06e2f988eb3eec8c04f2 commit: ef2c0d4ea425ca3bac6261e880658ed56f38ba18 Author: Patrick McLean gentoo org> AuthorDate: Tue Jul 11 18:01:00 2017 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Jul 11 18:01:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2c0d4e net-dns/dnsmasq: Specify >=libidn2-2.0 in 2.77 https://bugs.gentoo.org/show_bug.cgi?id=624510#c1 Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-dns/dnsmasq/dnsmasq-2.77.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/dnsmasq/dnsmasq-2.77.ebuild b/net-dns/dnsmasq/dnsmasq-2.77.ebuild index 75632408eed..3b26668c2df 100644 --- a/net-dns/dnsmasq/dnsmasq-2.77.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.77.ebuild @@ -24,7 +24,7 @@ done CDEPEND="dbus? ( sys-apps/dbus ) idn? ( net-dns/libidn ) - libidn2? ( net-dns/libidn2 ) + libidn2? ( >=net-dns/libidn2-2.0 ) lua? ( dev-lang/lua:* ) conntrack? ( net-libs/libnetfilter_conntrack ) nls? ( sys-devel/gettext )