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 644D4138334 for ; Tue, 12 Jun 2018 08:03:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F6F4E085B; Tue, 12 Jun 2018 08:03:43 +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 0C880E085B for ; Tue, 12 Jun 2018 08:03:43 +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 93FBF335C90 for ; Tue, 12 Jun 2018 08:03:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C733E2CD for ; Tue, 12 Jun 2018 08:03:39 +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: <1528790613.a160c3f1281ca62a2f0e164966497b97e04e9637.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.1.21.ebuild X-VCS-Directories: net-dns/nsd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a160c3f1281ca62a2f0e164966497b97e04e9637 X-VCS-Branch: master Date: Tue, 12 Jun 2018 08:03:39 +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-Archives-Salt: 49dcc3e6-291e-4ef2-b500-24c9df378491 X-Archives-Hash: e3f715bd52c7959df4f82c48f6bd159d commit: a160c3f1281ca62a2f0e164966497b97e04e9637 Author: Lars Wendler gentoo org> AuthorDate: Tue Jun 12 08:02:46 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jun 12 08:03:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a160c3f1 net-dns/nsd: Version 4.1.21 stable for amd64 and x86. Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-dns/nsd/nsd-4.1.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/nsd/nsd-4.1.21.ebuild b/net-dns/nsd/nsd-4.1.21.ebuild index 6e71f765df8..021f321a5af 100644 --- a/net-dns/nsd/nsd-4.1.21.ebuild +++ b/net-dns/nsd/nsd-4.1.21.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="http://www.nlnetlabs.nl/projects/nsd" SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="bind8-stats ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit root-server runtime-checks ssl libressl" S="${WORKDIR}/${MY_P}"