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 B3FA4138334 for ; Mon, 19 Aug 2019 22:02:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C91D1E0880; Mon, 19 Aug 2019 22:02:36 +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 AEEE3E0880 for ; Mon, 19 Aug 2019 22:02:36 +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 3EF3E349E97 for ; Mon, 19 Aug 2019 22:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF4C04D3 for ; Mon, 19 Aug 2019 22:02:33 +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: <1566252137.f9b9df066a2bd1e83b3c5a4362759e622f4b8569.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.80-r1.ebuild X-VCS-Directories: net-dns/dnsmasq/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: f9b9df066a2bd1e83b3c5a4362759e622f4b8569 X-VCS-Branch: master Date: Mon, 19 Aug 2019 22:02:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36b77a0e-fb18-4696-a837-ca41b6fdb273 X-Archives-Hash: 1334813bedcb4b6f82dc63ebb5432e1f commit: f9b9df066a2bd1e83b3c5a4362759e622f4b8569 Author: Patrick McLean sony com> AuthorDate: Mon Aug 19 22:02:17 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Mon Aug 19 22:02:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b9df06 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 gentoo.org> net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild b/net-dns/dnsmasq/dnsmasq-2.80-r1.ebuild index e73c42b41c1..be6a1b57d82 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" )