diff options
author | 2024-01-12 10:30:16 +0200 | |
---|---|---|
committer | 2024-01-12 10:30:16 +0200 | |
commit | bccfb6ae0813e6394d2a3124c89959c50bd369a5 (patch) | |
tree | ade2b3221f662e1b977b42e2f00dbc459fa6d735 /net-dns | |
parent | net-libs/pjproject: Keyword 2.13.1-r1 sparc, #919424 (diff) | |
download | gentoo-bccfb6ae0813e6394d2a3124c89959c50bd369a5.tar.gz gentoo-bccfb6ae0813e6394d2a3124c89959c50bd369a5.tar.bz2 gentoo-bccfb6ae0813e6394d2a3124c89959c50bd369a5.zip |
net-dns/unbound: Keyword 1.19.0 sparc, #919424
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/unbound/unbound-1.19.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/unbound/unbound-1.19.0.ebuild b/net-dns/unbound/unbound-1.19.0.ebuild index 59c8f7fd950c..6e074452236b 100644 --- a/net-dns/unbound/unbound-1.19.0.ebuild +++ b/net-dns/unbound/unbound-1.19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="BSD GPL-2" SLOT="0/8" # ABI version of libunbound.so if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi IUSE="debug dnscrypt dnstap +ecdsa ecs gost +http2 python redis selinux static-libs systemd test +tfo threads" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |