diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2019-05-21 12:45:51 -0500 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2019-05-21 12:46:22 -0500 |
commit | da833474221fae4965c5bcf6816808157c019cc9 (patch) | |
tree | c56fd44e634130e7e481044c93471acb62ddf9ef /net-dns | |
parent | net-dns/ldns-utils: add ~arm64 keyword (diff) | |
download | gentoo-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')
-rw-r--r-- | net-dns/unbound/unbound-1.9.1.ebuild | 2 |
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} )" |