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:24:23
Message-Id: 1662636251.389cb89424d8a573043b8c7ade10c73cd96ecd38.ago@gentoo
1 commit: 389cb89424d8a573043b8c7ade10c73cd96ecd38
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 8 11:24:11 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 8 11:24:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389cb894
7
8 net-firewall/nftables: Stabilize 1.0.4-r2 arm, #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 e971146318d6..4aa46efd6d8a 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