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: Wed, 07 Sep 2022 13:16:35
Message-Id: 1662556582.bfbaf2f3bfea1afc70d4ed01e41183d1a7f80be1.ago@gentoo
1 commit: bfbaf2f3bfea1afc70d4ed01e41183d1a7f80be1
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 7 13:16:22 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 13:16:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfbaf2f3
7
8 net-firewall/nftables: sparc 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 3c3fa10bad86..44ee8d14e6a6 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