Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/nsd/
Date: Tue, 12 Oct 2021 19:45:58
Message-Id: 1634067894.349ee570cc8a08e766ebb7197fedcec84a5ac175.polynomial-c@gentoo
1 commit: 349ee570cc8a08e766ebb7197fedcec84a5ac175
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 12 19:44:54 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 12 19:44:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349ee570
7
8 net-dns/nsd: Version 4.3.7 stable for amd64 and x86
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 net-dns/nsd/nsd-4.3.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-dns/nsd/nsd-4.3.7.ebuild b/net-dns/nsd/nsd-4.3.7.ebuild
16 index 729d4812208..21733815a1e 100644
17 --- a/net-dns/nsd/nsd-4.3.7.ebuild
18 +++ b/net-dns/nsd/nsd-4.3.7.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${MY_P}.tar.gz"
20 LICENSE="BSD"
21 SLOT="0"
22 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 IUSE="bind8-stats dnstap ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit root-server runtime-checks ssl systemd"
26
27 S="${WORKDIR}/${MY_P}"