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 06:22:06
Message-Id: 1635402089.fc8b97a8aecc63826fc8a6de834a5bc0c1de92af.sam@gentoo
1 commit: fc8b97a8aecc63826fc8a6de834a5bc0c1de92af
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 28 06:21:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 28 06:21:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8b97a8
7
8 net-firewall/nftables: Stabilize 1.0.0 amd64, #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 bf4ca7378e2..4721ae6ed2f 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"