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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E4BE158094 for ; Mon, 15 Aug 2022 14:04:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12845E0ECB; Mon, 15 Aug 2022 14:04:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA539E0ECB for ; Mon, 15 Aug 2022 14:04:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A272D3411F9 for ; Mon, 15 Aug 2022 14:04:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA8DB570 for ; Mon, 15 Aug 2022 14:04:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1660572274.311b526f3dd14a88405f2fd5d655f9158f09b37a.sam@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.86-r1.ebuild net-dns/dnsmasq/dnsmasq-2.86.ebuild X-VCS-Directories: net-dns/dnsmasq/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 311b526f3dd14a88405f2fd5d655f9158f09b37a X-VCS-Branch: master Date: Mon, 15 Aug 2022 14:04:40 +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: e37ff0b7-14f4-4928-8519-f8096adf47f3 X-Archives-Hash: 4e902f5b97cf78a06aaa07df6fbfc124 commit: 311b526f3dd14a88405f2fd5d655f9158f09b37a Author: Sam James gentoo org> AuthorDate: Mon Aug 15 14:04:21 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 15 14:04:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311b526f net-dns/dnsmasq: add missing nettledep for USE=nettlehash Closes: https://bugs.gentoo.org/865245 Signed-off-by: Sam James gentoo.org> net-dns/dnsmasq/{dnsmasq-2.86.ebuild => dnsmasq-2.86-r1.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/net-dns/dnsmasq/dnsmasq-2.86.ebuild b/net-dns/dnsmasq/dnsmasq-2.86-r1.ebuild similarity index 97% rename from net-dns/dnsmasq/dnsmasq-2.86.ebuild rename to net-dns/dnsmasq/dnsmasq-2.86-r1.ebuild index d91c33b2273b..5697057c424c 100644 --- a/net-dns/dnsmasq/dnsmasq-2.86.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.86-r1.ebuild @@ -44,12 +44,18 @@ DEPEND="${COMMON_DEPEND} dev-libs/nettle:=[gmp] static? ( >=dev-libs/nettle-3.4[static-libs(+)] ) ) + nettlehash? ( + static? ( >=dev-libs/nettle-3.4[static-libs(+)] ) + ) " RDEPEND="${COMMON_DEPEND} dnssec? ( !static? ( >=dev-libs/nettle-3.4:=[gmp] ) ) + nettlehash? ( + !static? ( dev-libs/nettle:=[gmp] ) + ) selinux? ( sec-policy/selinux-dnsmasq ) "