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 29CD7139349 for ; Thu, 22 Jul 2021 18:25:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 529C9E0C08; Thu, 22 Jul 2021 18:25:10 +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 20E00E0C08 for ; Thu, 22 Jul 2021 18:25:10 +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 47AA7340DEB for ; Thu, 22 Jul 2021 18:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA1F27E3 for ; Thu, 22 Jul 2021 18:25:06 +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: <1626978298.4b62e286fc9e7b60126ecb882e24886637123bcc.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.6.ebuild X-VCS-Directories: net-dns/nsd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4b62e286fc9e7b60126ecb882e24886637123bcc X-VCS-Branch: master Date: Thu, 22 Jul 2021 18:25:06 +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: 4e779f73-e472-48f3-9de5-baa58381b4ae X-Archives-Hash: 18cbae000cbf1710495d1ce8b9719a77 commit: 4b62e286fc9e7b60126ecb882e24886637123bcc Author: Lars Wendler gentoo org> AuthorDate: Thu Jul 22 18:24:08 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jul 22 18:24:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b62e286 net-dns/nsd: Version 4.3.6 stable for amd64 and x86 Signed-off-by: Lars Wendler gentoo.org> net-dns/nsd/nsd-4.3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/nsd/nsd-4.3.6.ebuild b/net-dns/nsd/nsd-4.3.6.ebuild index 729d4812208..21733815a1e 100644 --- a/net-dns/nsd/nsd-4.3.6.ebuild +++ b/net-dns/nsd/nsd-4.3.6.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}"