summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Klimaszewski <steev@gentoo.org>2019-05-21 12:45:51 -0500
committerStephen Klimaszewski <steev@gentoo.org>2019-05-21 12:46:22 -0500
commitda833474221fae4965c5bcf6816808157c019cc9 (patch)
treec56fd44e634130e7e481044c93471acb62ddf9ef /net-dns/unbound
parentnet-dns/ldns-utils: add ~arm64 keyword (diff)
downloadgentoo-da833474221fae4965c5bcf6816808157c019cc9.tar.gz
gentoo-da833474221fae4965c5bcf6816808157c019cc9.tar.bz2
gentoo-da833474221fae4965c5bcf6816808157c019cc9.zip
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 <steev@gentoo.org>
Diffstat (limited to 'net-dns/unbound')
-rw-r--r--net-dns/unbound/unbound-1.9.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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} )"