From 5e77efad99abd44494c395491cdf17a64daa658c Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Fri, 24 Oct 2025 06:56:58 +0200 Subject: [PATCH] net-dns/pdns-recursor: stabilize 5.2.6 for amd64, x86 Bug: https://bugs.gentoo.org/964952 Signed-off-by: Sven Wegener --- net-dns/pdns-recursor/pdns-recursor-5.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/pdns-recursor/pdns-recursor-5.2.6.ebuild b/net-dns/pdns-recursor/pdns-recursor-5.2.6.ebuild index ca3f3411d800f..dd20d8eab9c6f 100644 --- a/net-dns/pdns-recursor/pdns-recursor-5.2.6.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-5.2.6.ebuild @@ -54,7 +54,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2 ${CARGO_CRATE_ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="debug dns-over-tls dnstap snmp sodium systemd test valgrind" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )"