summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2019-08-19 15:02:17 -0700
committerPatrick McLean <chutzpah@gentoo.org>2019-08-19 15:02:17 -0700
commitf9b9df066a2bd1e83b3c5a4362759e622f4b8569 (patch)
treee238c65e42e1591c844868c646b9c62eac088362 /net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild
parentsys-firmware/intel-microcode: drop old (diff)
downloadgentoo-f9b9df066a2bd1e83b3c5a4362759e622f4b8569.tar.gz
gentoo-f9b9df066a2bd1e83b3c5a4362759e622f4b8569.tar.bz2
gentoo-f9b9df066a2bd1e83b3c5a4362759e622f4b8569.zip
net-dns/dnsmasq: Merge two definitions of PATCHES
Rewritten since for patches I prefer the full file name rather than a variable expansion. Closes: https://github.com/gentoo/gentoo/pull/12741 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild')
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild b/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild
index e73c42b41c10..be6a1b57d82a 100644
--- a/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild
+++ b/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild
@@ -16,10 +16,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spa
IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec +dumpfile id idn libidn2"
IUSE+=" +inotify ipv6 lua nls script selinux static tftp"
-PATCHES=(
- "${FILESDIR}/${P}-nettle-3.5.patch"
-)
-
DM_LINGUAS=(de es fi fr id it no pl pt_BR ro)
BDEPEND="app-arch/xz-utils
@@ -58,6 +54,7 @@ REQUIRED_USE="dhcp-tools? ( dhcp )
libidn2? ( idn )"
PATCHES=(
+ "${FILESDIR}/dnsmasq-2.80-nettle-3.5.patch"
"${FILESDIR}/dnsmasq-2.80-linux-headers-5.2.patch"
)