From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1569897-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 7637C158089
	for <garchives@archives.gentoo.org>; Sun, 12 Nov 2023 04:24:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9DE6B2BC034;
	Sun, 12 Nov 2023 04:24:37 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 810A32BC034
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Nov 2023 04:24:37 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4D764335D77
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Nov 2023 04:24:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 90642136F
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Nov 2023 04:24:33 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1699763042.1fa8b1e199a20e38b58d15efee290afa7958213d.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnssec-validator/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-dns/dnssec-validator/dnssec-validator-2.2.3-r4.ebuild
X-VCS-Directories: net-dns/dnssec-validator/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 1fa8b1e199a20e38b58d15efee290afa7958213d
X-VCS-Branch: master
Date: Sun, 12 Nov 2023 04:24:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 10ece18b-4191-41fe-a5f0-94580034b5ba
X-Archives-Hash: 0ff59bedc02e743f695ae783b45f0e9a
commit:     1fa8b1e199a20e38b58d15efee290afa7958213d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 04:24:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 04:24:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa8b1e1
net-dns/dnssec-validator: Stabilize 2.2.3-r4 amd64, #917222
Signed-off-by: Sam James <sam <AT> gentoo.org>
 net-dns/dnssec-validator/dnssec-validator-2.2.3-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dns/dnssec-validator/dnssec-validator-2.2.3-r4.ebuild b/net-dns/dnssec-validator/dnssec-validator-2.2.3-r4.ebuild
index 763b5ee2daa5..42bd3c677781 100644
--- a/net-dns/dnssec-validator/dnssec-validator-2.2.3-r4.ebuild
+++ b/net-dns/dnssec-validator/dnssec-validator-2.2.3-r4.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/DNSSEC-Tools-dnssec-tools-${PV}/dnssec-tools/validator"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="dlv +nsec3 static-libs +threads"
 
 RDEPEND=">=dev-libs/openssl-1.1.0:0="