diff options
author | Sam James <sam@gentoo.org> | 2022-02-10 11:42:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-10 11:42:57 +0000 |
commit | 189a65478272809baf116f77e89e6f5c36dad771 (patch) | |
tree | 30829121730d42fceee1570dd2ac617c9baf033e /net-firewall/nftables | |
parent | net-libs/libnftnl: Stabilize 1.2.1 ppc64, #832395 (diff) | |
download | gentoo-189a65478272809baf116f77e89e6f5c36dad771.tar.gz gentoo-189a65478272809baf116f77e89e6f5c36dad771.tar.bz2 gentoo-189a65478272809baf116f77e89e6f5c36dad771.zip |
net-firewall/nftables: Stabilize 1.0.1-r1 ppc64, #832395
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall/nftables')
-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 4b2d7b92fd59..2cb2b24bbafa 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" |