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:03:55
Message-Id: 1656572630.62a79c7bb4dfb68d03c2e2915422e2bfa2cfa0df.ago@gentoo
1 commit: 62a79c7bb4dfb68d03c2e2915422e2bfa2cfa0df
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 07:03:50 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 07:03:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a79c7b
7
8 net-dns/nsd: x86 stable wrt bug #855152
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="x86"
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 3156f667dbb1..63333507b30a 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