diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-15 22:57:36 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-15 22:57:36 +0300 |
commit | 23ec3bce0d37a38b2bd1e9fa7d27aeab32ac9bc8 (patch) | |
tree | 5b65543709e9c76c3834b36ffdb6a117c025beb6 /net-firewall | |
parent | net-libs/libnftnl: Stabilize 1.2.2-r1 ppc64, #868963 (diff) | |
download | gentoo-23ec3bce0d37a38b2bd1e9fa7d27aeab32ac9bc8.tar.gz gentoo-23ec3bce0d37a38b2bd1e9fa7d27aeab32ac9bc8.tar.bz2 gentoo-23ec3bce0d37a38b2bd1e9fa7d27aeab32ac9bc8.zip |
net-firewall/nftables: Stabilize 1.0.4-r2 ppc64, #868963
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.4-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-1.0.4-r2.ebuild b/net-firewall/nftables/nftables-1.0.4-r2.ebuild index a1e256654082..bc156d4da60f 100644 --- a/net-firewall/nftables/nftables-1.0.4-r2.ebuild +++ b/net-firewall/nftables/nftables-1.0.4-r2.ebuild @@ -22,7 +22,7 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then else SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2 verify-sig? ( https://netfilter.org/projects/nftables/files/${P}.tar.bz2.sig )" - KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc x86" BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-netfilter )" fi |