Diff nsd-4.7.0 with a nsd-9999

/usr/portage/net-dns/nsd/nsd-9999.ebuild 2023-10-09 14:52:33.364368448 +0300
21 21
		SRC_URI="https://www.nlnetlabs.nl/downloads/${PN}/${MY_P}.tar.gz"
22 22
		S="${WORKDIR}"/${MY_P}
23 23

  
24
		KEYWORDS="amd64 x86"
24
		KEYWORDS="~amd64 ~x86"
25 25
	fi
26 26
fi
27 27

  
......
51 51
PATCHES=(
52 52
	# Fix the paths in the munin plugin to match our install
53 53
	"${FILESDIR}"/nsd_munin_.patch
54
	# bug #907997
55
	"${FILESDIR}"/${P}-no-bind8-stats-no-ssl.patch
56 54
)
57 55

  
58 56
src_prepare() {
Thank you!