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 70F921382C5 for ; Wed, 20 Jan 2021 18:25:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7CE9E07F9; Wed, 20 Jan 2021 18:25:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8BBA8E07F9 for ; Wed, 20 Jan 2021 18:25:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 92238340B1E for ; Wed, 20 Jan 2021 18:25:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECB30B9 for ; Wed, 20 Jan 2021 18:25:44 +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: <1611167129.d668f0e3fcf4db6a21ee016c2c9962567043825e.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.83-r1.ebuild net-dns/dnsmasq/dnsmasq-2.83-r100.ebuild net-dns/dnsmasq/dnsmasq-2.83-r101.ebuild net-dns/dnsmasq/dnsmasq-2.83.ebuild X-VCS-Directories: net-dns/dnsmasq/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: d668f0e3fcf4db6a21ee016c2c9962567043825e X-VCS-Branch: master Date: Wed, 20 Jan 2021 18:25:44 +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: f44af11e-a9c4-4e04-b8d9-f89acda30b15 X-Archives-Hash: 1823c1010f0c54e3df26bc313ae55fd0 commit: d668f0e3fcf4db6a21ee016c2c9962567043825e Author: Patrick McLean sony com> AuthorDate: Wed Jan 20 18:25:29 2021 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Jan 20 18:25:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d668f0e3 net-dns/dnsmasq: Revbumps, fix USE=dnssec (bug #766264) Closes: https://bugs.gentoo.org/766264 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Patrick McLean gentoo.org> net-dns/dnsmasq/{dnsmasq-2.83.ebuild => dnsmasq-2.83-r1.ebuild} | 8 +++++--- .../{dnsmasq-2.83-r100.ebuild => dnsmasq-2.83-r101.ebuild} | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/net-dns/dnsmasq/dnsmasq-2.83.ebuild b/net-dns/dnsmasq/dnsmasq-2.83-r1.ebuild similarity index 97% rename from net-dns/dnsmasq/dnsmasq-2.83.ebuild rename to net-dns/dnsmasq/dnsmasq-2.83-r1.ebuild index 374fe7bd87e..99cb4bc13be 100644 --- a/net-dns/dnsmasq/dnsmasq-2.83.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.83-r1.ebuild @@ -53,8 +53,10 @@ RDEPEND="${COMMON_DEPEND} REQUIRED_USE=" dhcp-tools? ( dhcp ) + dnssec? ( !nettlehash ) lua? ( script ) - libidn2? ( idn )" + libidn2? ( idn ) +" use_have() { local no_only @@ -111,8 +113,8 @@ src_configure() { $(use_have lua luascript) $(use_have -n script) $(use_have -n tftp) - $(use_have -n dnssec) - $(use_have -n nettlehash) + $(use_have dnssec) + $(use_have nettlehash) $(use_have static dnssec_static) $(use_have -n dumpfile) ) diff --git a/net-dns/dnsmasq/dnsmasq-2.83-r100.ebuild b/net-dns/dnsmasq/dnsmasq-2.83-r101.ebuild similarity index 98% rename from net-dns/dnsmasq/dnsmasq-2.83-r100.ebuild rename to net-dns/dnsmasq/dnsmasq-2.83-r101.ebuild index 71ebbbf4e3e..17dff7c71fc 100644 --- a/net-dns/dnsmasq/dnsmasq-2.83-r100.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.83-r101.ebuild @@ -55,11 +55,13 @@ RDEPEND="${COMMON_DEPEND} REQUIRED_USE=" dhcp-tools? ( dhcp ) + dnssec? ( !nettlehash ) lua? ( script ${LUA_REQUIRED_USE} ) - libidn2? ( idn )" + libidn2? ( idn ) +" use_have() { local no_only @@ -116,8 +118,8 @@ src_configure() { $(use_have lua luascript) $(use_have -n script) $(use_have -n tftp) - $(use_have -n dnssec) - $(use_have -n nettlehash) + $(use_have dnssec) + $(use_have nettlehash) $(use_have static dnssec_static) $(use_have -n dumpfile) )