From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1434353-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 52EA1158094
	for <garchives@archives.gentoo.org>; Wed,  7 Sep 2022 13:16:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4B8DBE0A9B;
	Wed,  7 Sep 2022 13:15:59 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 33EDDE0A9B
	for <gentoo-commits@lists.gentoo.org>; Wed,  7 Sep 2022 13:15:59 +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 044A633E5E4
	for <gentoo-commits@lists.gentoo.org>; Wed,  7 Sep 2022 13:15:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ECE25C7
	for <gentoo-commits@lists.gentoo.org>; Wed,  7 Sep 2022 13:15:56 +0000 (UTC)
From: "Agostino Sarubbo" <ago@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, "Agostino Sarubbo" <ago@gentoo.org>
Message-ID: <1662556536.72e16c0a7ef8823c0d50b91984a9bf05451dad3d.ago@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnftnl/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/libnftnl/libnftnl-1.2.2-r1.ebuild
X-VCS-Directories: net-libs/libnftnl/
X-VCS-Committer: ago
X-VCS-Committer-Name: Agostino Sarubbo
X-VCS-Revision: 72e16c0a7ef8823c0d50b91984a9bf05451dad3d
X-VCS-Branch: master
Date: Wed,  7 Sep 2022 13:15:56 +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: 9f01fbe5-4ba4-4232-a413-f419f74b74d3
X-Archives-Hash: d079d9dd91b41ccd79e3bed0e8ec68fd

commit:     72e16c0a7ef8823c0d50b91984a9bf05451dad3d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  7 13:15:36 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Sep  7 13:15:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e16c0a

net-libs/libnftnl: amd64 stable wrt bug #868963

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-libs/libnftnl/libnftnl-1.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnftnl/libnftnl-1.2.2-r1.ebuild b/net-libs/libnftnl/libnftnl-1.2.2-r1.ebuild
index 1515dc6be1b4..7c201a060c7c 100644
--- a/net-libs/libnftnl/libnftnl-1.2.2-r1.ebuild
+++ b/net-libs/libnftnl/libnftnl-1.2.2-r1.ebuild
@@ -18,7 +18,7 @@ else
 		https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-clang-fortify-source.patch.xz
 		verify-sig? ( https://netfilter.org/projects/${PN}/files/${P}.tar.bz2.sig )
 	"
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+	KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 	BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-netfilter )"
 fi