From: Stephen Klimaszewski Date: Tue, 21 May 2019 17:45:51 +0000 (-0500) Subject: net-dns/unbound: add ~arm64, closes bug #685404 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=da833474221fae4965c5bcf6816808157c019cc9;p=gentoo.git net-dns/unbound: add ~arm64, closes bug #685404 Thanks to bertrand for reporting the issue! Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stephen Klimaszewski --- diff --git a/net-dns/unbound/unbound-1.9.1.ebuild b/net-dns/unbound/unbound-1.9.1.ebuild index 6ae0e2e35b3e..8dde19fcab96 100644 --- a/net-dns/unbound/unbound-1.9.1.ebuild +++ b/net-dns/unbound/unbound-1.9.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0/8" # ABI version of libunbound.so -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86" IUSE="debug dnscrypt dnstap +ecdsa ecs gost libressl python redis selinux static-libs systemd test threads" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"