Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/nsd/
Date: Thu, 30 Jun 2022 07:01:53
Message-Id: 1656572437.d26a4fa2198c08e79dde29f5a0a303ac0c9d94bf.ago@gentoo
1 commit: d26a4fa2198c08e79dde29f5a0a303ac0c9d94bf
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 07:00:37 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 07:00:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26a4fa2
7
8 net-dns/nsd: amd64 stable wrt bug #855152
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-dns/nsd/nsd-4.5.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-dns/nsd/nsd-4.5.0.ebuild b/net-dns/nsd/nsd-4.5.0.ebuild
18 index a41057e6300d..3156f667dbb1 100644
19 --- a/net-dns/nsd/nsd-4.5.0.ebuild
20 +++ b/net-dns/nsd/nsd-4.5.0.ebuild
21 @@ -19,7 +19,7 @@ else
22 MY_P="${PN}-${MY_PV}"
23
24 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
25 - KEYWORDS="~amd64 ~x86"
26 + KEYWORDS="amd64 ~x86"
27 SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${MY_P}.tar.gz"
28 S="${WORKDIR}/${MY_P}"
29 fi