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: Thu, 18 Oct 2018 21:40:22
Message-Id: 1539898805.179a29dd8ad735e00ed30dd6c9979064d15fe309.chutzpah@gentoo
1 commit: 179a29dd8ad735e00ed30dd6c9979064d15fe309
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Thu Oct 18 21:39:29 2018 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 21:40:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179a29dd
7
8 net-dns/dnsmasq: Add slot to libidn dependency in 2.79
9
10 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-dns/dnsmasq/dnsmasq-2.79.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-dns/dnsmasq/dnsmasq-2.79.ebuild b/net-dns/dnsmasq/dnsmasq-2.79.ebuild
17 index 3511354d396..3b7329f0c0a 100644
18 --- a/net-dns/dnsmasq/dnsmasq-2.79.ebuild
19 +++ b/net-dns/dnsmasq/dnsmasq-2.79.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -20,7 +20,7 @@ DM_LINGUAS=(de es fi fr id it no pl pt_BR ro)
27
28 CDEPEND="dbus? ( sys-apps/dbus )
29 idn? (
30 - !libidn2? ( net-dns/libidn )
31 + !libidn2? ( net-dns/libidn:0 )
32 libidn2? ( >=net-dns/libidn2-2.0 )
33 )
34 lua? ( dev-lang/lua:* )