From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70D45158088 for ; Fri, 24 Oct 2025 04:57:56 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 16F53341021 for ; Fri, 24 Oct 2025 04:57:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 14D581102F2; Fri, 24 Oct 2025 04:57:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0BF711102F2 for ; Fri, 24 Oct 2025 04:57:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96264341021 for ; Fri, 24 Oct 2025 04:57:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C34421ADC for ; Fri, 24 Oct 2025 04:57:52 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1761281848.5e77efad99abd44494c395491cdf17a64daa658c.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns-recursor/pdns-recursor-5.2.6.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 5e77efad99abd44494c395491cdf17a64daa658c X-VCS-Branch: master Date: Fri, 24 Oct 2025 04:57:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 656ba910-446b-4569-8d83-785fd999b00a X-Archives-Hash: 55f5c07bed54e3dcda1fd1528e1b06db commit: 5e77efad99abd44494c395491cdf17a64daa658c Author: Sven Wegener gentoo org> AuthorDate: Fri Oct 24 04:56:58 2025 +0000 Commit: Sven Wegener gentoo org> CommitDate: Fri Oct 24 04:57:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e77efad net-dns/pdns-recursor: stabilize 5.2.6 for amd64, x86 Bug: https://bugs.gentoo.org/964952 Signed-off-by: Sven Wegener gentoo.org> 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 ca3f3411d800..dd20d8eab9c6 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 )"