Diff unbound-1.17.1 with a unbound-1.18.0

/usr/portage/net-dns/unbound/unbound-1.18.0.ebuild 2023-10-09 14:52:33.376368448 +0300
18 18

  
19 19
LICENSE="BSD GPL-2"
20 20
SLOT="0/8" # ABI version of libunbound.so
21
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv x86"
21
if [[ ${PV} != *_rc* ]] ; then
22
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86"
23
fi
22 24
IUSE="debug dnscrypt dnstap +ecdsa ecs gost +http2 python redis selinux static-libs systemd test +tfo threads"
23 25
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
24 26
RESTRICT="!test? ( test )"
Thank you!