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 939AA158087 for ; Tue, 12 Oct 2021 19:45:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3671E07FA; Tue, 12 Oct 2021 19:45:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A88C3E07FA for ; Tue, 12 Oct 2021 19:45:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F0BC343133 for ; Tue, 12 Oct 2021 19:45:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CCF214C for ; Tue, 12 Oct 2021 19:45:55 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1634067894.349ee570cc8a08e766ebb7197fedcec84a5ac175.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/nsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/nsd/nsd-4.3.7.ebuild X-VCS-Directories: net-dns/nsd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 349ee570cc8a08e766ebb7197fedcec84a5ac175 X-VCS-Branch: master Date: Tue, 12 Oct 2021 19:45:55 +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: d00ad38b-9152-4baf-91ab-5dd1c6d185dd X-Archives-Hash: 14da2fb40579df16d4ee65081ee3cb4f commit: 349ee570cc8a08e766ebb7197fedcec84a5ac175 Author: Lars Wendler gentoo org> AuthorDate: Tue Oct 12 19:44:54 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Oct 12 19:44:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349ee570 net-dns/nsd: Version 4.3.7 stable for amd64 and x86 Signed-off-by: Lars Wendler gentoo.org> net-dns/nsd/nsd-4.3.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/nsd/nsd-4.3.7.ebuild b/net-dns/nsd/nsd-4.3.7.ebuild index 729d4812208..21733815a1e 100644 --- a/net-dns/nsd/nsd-4.3.7.ebuild +++ b/net-dns/nsd/nsd-4.3.7.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \ -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="bind8-stats dnstap ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit root-server runtime-checks ssl systemd" S="${WORKDIR}/${MY_P}"