Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/
Date: Thu, 08 Sep 2022 11:35:29
Message-Id: 1662636916.cb247e6d2a38de030d300af9d4f399c6bbd30f80.ago@gentoo
1 commit: cb247e6d2a38de030d300af9d4f399c6bbd30f80
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 8 11:35:16 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 8 11:35:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb247e6d
7
8 net-firewall/nftables: Stabilize 1.0.4-r2 arm64, #868963
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 net-firewall/nftables/nftables-1.0.4-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-firewall/nftables/nftables-1.0.4-r2.ebuild b/net-firewall/nftables/nftables-1.0.4-r2.ebuild
16 index 4aa46efd6d8a..0da0a19b311e 100644
17 --- a/net-firewall/nftables/nftables-1.0.4-r2.ebuild
18 +++ b/net-firewall/nftables/nftables-1.0.4-r2.ebuild
19 @@ -22,7 +22,7 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then
20 else
21 SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2
22 verify-sig? ( https://netfilter.org/projects/nftables/files/${P}.tar.bz2.sig )"
23 - KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc x86"
24 + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc x86"
25 BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-netfilter )"
26 fi