Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/
Date: Thu, 28 Oct 2021 07:28:01
Message-Id: 1635406036.18458629634ad448d371cc77fcd65797c44c9efc.sam@gentoo
1 commit: 18458629634ad448d371cc77fcd65797c44c9efc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 28 07:27:16 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 28 07:27:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18458629
7
8 net-firewall/nftables: Stabilize 1.0.0 arm, #820554
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-firewall/nftables/nftables-1.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-firewall/nftables/nftables-1.0.0.ebuild b/net-firewall/nftables/nftables-1.0.0.ebuild
16 index 0ac0036038f..d71655a8112 100644
17 --- a/net-firewall/nftables/nftables-1.0.0.ebuild
18 +++ b/net-firewall/nftables/nftables-1.0.0.ebuild
19 @@ -20,7 +20,7 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then
20 "
21 else
22 SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2"
23 - KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
24 + KEYWORDS="amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
25 fi
26
27 LICENSE="GPL-2"