diff options
author | Sam James <sam@gentoo.org> | 2022-01-25 21:24:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-25 21:24:53 +0000 |
commit | 2ab2b602e7d03faf95dc0af27b0dc67cdffe562b (patch) | |
tree | 6c29787b1b472a747493933a1d3a2ec067d4b8c0 /net-dns/unbound | |
parent | net-dns/dnssec-root: Stabilize 20181220-r1 arm64, #831277 (diff) | |
download | gentoo-2ab2b602e7d03faf95dc0af27b0dc67cdffe562b.tar.gz gentoo-2ab2b602e7d03faf95dc0af27b0dc67cdffe562b.tar.bz2 gentoo-2ab2b602e7d03faf95dc0af27b0dc67cdffe562b.zip |
net-dns/unbound: Stabilize 1.13.2-r1 arm64, #831277
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns/unbound')
-rw-r--r-- | net-dns/unbound/unbound-1.13.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/unbound/unbound-1.13.2-r1.ebuild b/net-dns/unbound/unbound-1.13.2-r1.ebuild index e985aa458966..8b892a13ee54 100644 --- a/net-dns/unbound/unbound-1.13.2-r1.ebuild +++ b/net-dns/unbound/unbound-1.13.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -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 ~arm64 ~hppa ~mips ppc ppc64 x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 x86" IUSE="debug dnscrypt dnstap +ecdsa ecs gost +http2 python redis selinux static-libs systemd test +tfo threads" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" |