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:00
Message-Id: 1635406039.24d16a9cf163a78a1a66c72068c30137c9483209.sam@gentoo
1 commit: 24d16a9cf163a78a1a66c72068c30137c9483209
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 28 07:27:19 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 28 07:27:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d16a9c
7
8 net-firewall/nftables: Stabilize 1.0.0 arm64, #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 d71655a8112..0147181b8e3 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"