diff options
author | Sam James <sam@gentoo.org> | 2023-09-26 03:55:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-26 03:55:13 +0100 |
commit | cefef97c167ffff33e5a9b6fd8146c972340487d (patch) | |
tree | 550b068c8847797ae938866d880ccb97515d0495 /net-dns | |
parent | net-dns/unbound: Stabilize 1.17.1 arm, #913233 (diff) | |
download | gentoo-cefef97c167ffff33e5a9b6fd8146c972340487d.tar.gz gentoo-cefef97c167ffff33e5a9b6fd8146c972340487d.tar.bz2 gentoo-cefef97c167ffff33e5a9b6fd8146c972340487d.zip |
net-dns/unbound: Stabilize 1.17.1 ppc64, #913233
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/unbound/unbound-1.17.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/unbound/unbound-1.17.1.ebuild b/net-dns/unbound/unbound-1.17.1.ebuild index 7f723d745836..444bc3a294bc 100644 --- a/net-dns/unbound/unbound-1.17.1.ebuild +++ b/net-dns/unbound/unbound-1.17.1.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="BSD GPL-2" SLOT="0/8" # ABI version of libunbound.so -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv x86" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~mips ~ppc ppc64 ~riscv 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 )" |