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: Wed, 26 Sep 2018 07:59:32
Message-Id: 1537948511.dd01800fbfa34f2874b0457f6f00d5b2f712b210.polynomial-c@gentoo
1 commit: dd01800fbfa34f2874b0457f6f00d5b2f712b210
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 26 07:55:11 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 26 07:55:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd01800f
7
8 net-dns/nsd: Version 4.1.24 stable for amd64 and x86.
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11
12 net-dns/nsd/nsd-4.1.24.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-dns/nsd/nsd-4.1.24.ebuild b/net-dns/nsd/nsd-4.1.24.ebuild
16 index 4ba2bdca091..bce39add917 100644
17 --- a/net-dns/nsd/nsd-4.1.24.ebuild
18 +++ b/net-dns/nsd/nsd-4.1.24.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -15,7 +15,7 @@ HOMEPAGE="http://www.nlnetlabs.nl/projects/nsd"
26 SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${MY_P}.tar.gz"
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 x86"
31 IUSE="bind8-stats ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit root-server runtime-checks ssl systemd libressl"
32
33 S="${WORKDIR}/${MY_P}"