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: Mon, 19 Aug 2019 22:02:37
Message-Id: 1566252137.f9b9df066a2bd1e83b3c5a4362759e622f4b8569.chutzpah@gentoo
1 commit: f9b9df066a2bd1e83b3c5a4362759e622f4b8569
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Mon Aug 19 22:02:17 2019 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 19 22:02:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b9df06
7
8 net-dns/dnsmasq: Merge two definitions of PATCHES
9
10 Rewritten since for patches I prefer the full file name rather than a
11 variable expansion.
12
13 Closes: https://github.com/gentoo/gentoo/pull/12741
14 Copyright: Sony Interactive Entertainment Inc.
15 Package-Manager: Portage-2.3.72, Repoman-2.3.17
16 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
17
18 net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild | 5 +----
19 1 file changed, 1 insertion(+), 4 deletions(-)
20
21 diff --git a/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild b/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild
22 index e73c42b41c1..be6a1b57d82 100644
23 --- a/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild
24 +++ b/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild
25 @@ -16,10 +16,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spa
26 IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec +dumpfile id idn libidn2"
27 IUSE+=" +inotify ipv6 lua nls script selinux static tftp"
28
29 -PATCHES=(
30 - "${FILESDIR}/${P}-nettle-3.5.patch"
31 -)
32 -
33 DM_LINGUAS=(de es fi fr id it no pl pt_BR ro)
34
35 BDEPEND="app-arch/xz-utils
36 @@ -58,6 +54,7 @@ REQUIRED_USE="dhcp-tools? ( dhcp )
37 libidn2? ( idn )"
38
39 PATCHES=(
40 + "${FILESDIR}/dnsmasq-2.80-nettle-3.5.patch"
41 "${FILESDIR}/dnsmasq-2.80-linux-headers-5.2.patch"
42 )