diff options
author | Sam James <sam@gentoo.org> | 2022-02-10 10:17:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-10 10:17:08 +0000 |
commit | e3ef864f8ae033ca964025d71bc67cacf5100071 (patch) | |
tree | 04594606f984d4f15f0c8ad73bcba11b6cfd0584 /net-firewall | |
parent | net-libs/libnftnl: Stabilize 1.2.1 arm, #832395 (diff) | |
download | gentoo-e3ef864f8ae033ca964025d71bc67cacf5100071.tar.gz gentoo-e3ef864f8ae033ca964025d71bc67cacf5100071.tar.bz2 gentoo-e3ef864f8ae033ca964025d71bc67cacf5100071.zip |
net-firewall/nftables: Stabilize 1.0.1-r1 arm, #832395
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-1.0.1-r1.ebuild b/net-firewall/nftables/nftables-1.0.1-r1.ebuild index dd1a0f2590b7..e6ae2843f045 100644 --- a/net-firewall/nftables/nftables-1.0.1-r1.ebuild +++ b/net-firewall/nftables/nftables-1.0.1-r1.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then " else SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2" - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc x86" fi LICENSE="GPL-2" |