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 07:26:08
Message-Id: 1662621955.9160fa123edcd64ea244e958b6cb964caa7b9012.ago@gentoo
1 commit: 9160fa123edcd64ea244e958b6cb964caa7b9012
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 8 07:25:55 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 8 07:25:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9160fa12
7
8 net-firewall/nftables: x86 stable wrt bug #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 44ee8d14e6a6..e971146318d6 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